Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1364
class
XLEIntField(LEIntField, XIntField):
1365
def
i2repr(self, pkt, x):
1366
# type: (Optional[Packet], int) -> str
1367
return
XIntField.i2repr(self, pkt, x)
1368
1369
1370
class
XLEShortField(LEShortField, XShortField):
Callers
nothing calls this directly
Calls
1
i2repr
Method · 0.45
Tested by
no test coverage detected