Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ TFTP
Class
TFTP
scapy/layers/tftp.py:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
37
class
TFTP(Packet):
38
name =
"TFTP opcode"
39
fields_desc = [ShortEnumField(
"op"
, 1, TFTP_operations), ]
40
41
42
class
TFTP_RRQ(Packet):
Callers
4
BEGIN
Method · 0.85
BEGIN
Method · 0.85
ack_WRQ
Method · 0.85
RECEIVED_RRQ
Method · 0.85
Calls
1
ShortEnumField
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…