Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ i2repr
Method
i2repr
scapy/fields.py:1371–1373 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
1369
1370
class
XLEShortField(LEShortField, XShortField):
1371
def
i2repr(self, pkt, x):
1372
# type: (Optional[Packet], int) -> str
1373
return
XShortField.i2repr(self, pkt, x)
1374
1375
1376
class
LongField(Field[int, int]):
Callers
nothing calls this directly
Calls
1
i2repr
Method · 0.45
Tested by
no test coverage detected