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

Method _i2repr

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

Source from the content-addressed store, hash-verified

2822
2823class XLEIntEnumField(LEIntEnumField):
2824 def _i2repr(self, pkt, x):
2825 # type: (Optional[Packet], Any) -> str
2826 return lhex(x)
2827
2828
2829class XShortEnumField(ShortEnumField):

Callers

nothing calls this directly

Calls 1

lhexFunction · 0.90

Tested by

no test coverage detected