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

Method summary

scapy/packet.py:1707–1710  ·  view source on GitHub ↗

Prints a one line summary of a packet.

(self, intern=0)

Source from the content-addressed store, hash-verified

1705 return found, ret, needed
1706
1707 def summary(self, intern=0):
1708 # type: (int) -> str
1709 """Prints a one line summary of a packet."""
1710 return self._do_summary()[1]
1711
1712 def lastlayer(self, layer=None):
1713 # type: (Optional[Packet]) -> Packet

Callers 8

__str__Method · 0.95
print_replyMethod · 0.45
sendMethod · 0.45
_do_iterMethod · 0.45
print_replyMethod · 0.45
__sr_loopFunction · 0.45
prn_sendFunction · 0.45
_cbFunction · 0.45

Calls 1

_do_summaryMethod · 0.95

Tested by

no test coverage detected