MCPcopy 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
37class TFTP(Packet):
38 name = "TFTP opcode"
39 fields_desc = [ShortEnumField("op", 1, TFTP_operations), ]
40
41
42class TFTP_RRQ(Packet):

Callers 4

BEGINMethod · 0.85
BEGINMethod · 0.85
ack_WRQMethod · 0.85
RECEIVED_RRQMethod · 0.85

Calls 1

ShortEnumFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…