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

Method i2repr

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

Source from the content-addressed store, hash-verified

1369
1370class XLEShortField(LEShortField, XShortField):
1371 def i2repr(self, pkt, x):
1372 # type: (Optional[Packet], int) -> str
1373 return XShortField.i2repr(self, pkt, x)
1374
1375
1376class LongField(Field[int, int]):

Callers

nothing calls this directly

Calls 1

i2reprMethod · 0.45

Tested by

no test coverage detected