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

Method display

scapy/packet.py:1429–1432  ·  view source on GitHub ↗

Deprecated. Use show() method.

(self, *args, **kargs)

Source from the content-addressed store, hash-verified

1427 return self.payload.fragment(*args, **kargs)
1428
1429 def display(self, *args, **kargs): # Deprecated. Use show()
1430 # type: (*Any, **Any) -> None
1431 """Deprecated. Use show() method."""
1432 self.show(*args, **kargs)
1433
1434 def _show_or_dump(self,
1435 dump=False, # type: bool

Callers

nothing calls this directly

Calls 1

showMethod · 0.95

Tested by

no test coverage detected