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

Method i2repr

scapy/fields.py:765–767  ·  view source on GitHub ↗
(self, pkt, x)

Source from the content-addressed store, hash-verified

763 super(FCSField, self).__init__(Field(*args, **kwargs))
764
765 def i2repr(self, pkt, x):
766 # type: (Optional[Packet], int) -> str
767 return lhex(self.i2h(pkt, x))
768
769
770class DestField(Field[str, bytes]):

Callers

nothing calls this directly

Calls 2

lhexFunction · 0.90
i2hMethod · 0.45

Tested by

no test coverage detected