Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ i2repr
Method
i2repr
scapy/fields.py:1103–1105 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
1101
1102
class
XLE3BytesField(LEThreeBytesField, XByteField):
1103
def
i2repr(self, pkt, x):
1104
# type: (Optional[Packet], int) -> str
1105
return
XByteField.i2repr(self, pkt, x)
1106
1107
1108
def
LEX3BytesField(*args, **kwargs):
Callers
nothing calls this directly
Calls
1
i2repr
Method · 0.45
Tested by
no test coverage detected