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

Method show

scapy/plist.py:236–239  ·  view source on GitHub ↗

Best way to display the packet list. Defaults to nsummary() method

(self, *args, **kargs)

Source from the content-addressed store, hash-verified

234 print(prn(*res))
235
236 def show(self, *args, **kargs):
237 # type: (*Any, **Any) -> None
238 """Best way to display the packet list. Defaults to nsummary() method""" # noqa: E501
239 return self.nsummary(*args, **kargs)
240
241 def filter(self, func):
242 # type: (Callable[..., bool]) -> _PacketList[_Inner]

Callers 3

plotMethod · 0.45
diffplotMethod · 0.45
multiplotMethod · 0.45

Calls 1

nsummaryMethod · 0.95

Tested by

no test coverage detected