MCPcopy Index your code
hub / github.com/secdev/scapy / debug

Class debug

scapy/sendrecv.py:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class debug:
68 recv = PacketList([], "Received")
69 sent = PacketList([], "Sent")
70 match = SndRcvList([], "Matched")
71 crashed_on = None # type: Optional[Tuple[Type[Packet], bytes]]
72
73
74####################

Callers

nothing calls this directly

Calls 2

PacketListClass · 0.90
SndRcvListClass · 0.90

Tested by

no test coverage detected