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

Method i2repr

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

Source from the content-addressed store, hash-verified

1363
1364class XLEIntField(LEIntField, XIntField):
1365 def i2repr(self, pkt, x):
1366 # type: (Optional[Packet], int) -> str
1367 return XIntField.i2repr(self, pkt, x)
1368
1369
1370class XLEShortField(LEShortField, XShortField):

Callers

nothing calls this directly

Calls 1

i2reprMethod · 0.45

Tested by

no test coverage detected