Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2823
class
XLEIntEnumField(LEIntEnumField):
2824
def
_i2repr(self, pkt, x):
2825
# type: (Optional[Packet], Any) -> str
2826
return
lhex(x)
2827
2828
2829
class
XShortEnumField(ShortEnumField):
Callers
nothing calls this directly
Calls
1
lhex
Function · 0.90
Tested by
no test coverage detected