Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ i2repr
Method
i2repr
scapy/fields.py:1401–1403 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
1399
1400
class
XLongField(LongField):
1401
def
i2repr(self, pkt, x):
1402
# type: (Optional[Packet], int) -> str
1403
return
lhex(self.i2h(pkt, x))
1404
1405
1406
class
XLELongField(LELongField, XLongField):
Callers
nothing calls this directly
Calls
2
lhex
Function · 0.90
i2h
Method · 0.45
Tested by
no test coverage detected