MCPcopy Create free account
hub / github.com/secdev/scapy / _i2repr

Method _i2repr

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

Source from the content-addressed store, hash-verified

2828
2829class XShortEnumField(ShortEnumField):
2830 def _i2repr(self, pkt, x):
2831 # type: (Optional[Packet], Any) -> str
2832 return lhex(x)
2833
2834
2835class LE3BytesEnumField(LEThreeBytesField, _EnumField[int]):

Callers

nothing calls this directly

Calls 1

lhexFunction · 0.90

Tested by

no test coverage detected