Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ i2repr
Method
i2repr
scapy/fields.py:1083–1085 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
1081
1082
class
X3BytesField(ThreeBytesField, XByteField):
1083
def
i2repr(self, pkt, x):
1084
# type: (Optional[Packet], int) -> str
1085
return
XByteField.i2repr(self, pkt, x)
1086
1087
1088
class
LEThreeBytesField(ByteField):
Callers
nothing calls this directly
Calls
1
i2repr
Method · 0.45
Tested by
no test coverage detected