MCPcopy 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
1082class X3BytesField(ThreeBytesField, XByteField):
1083 def i2repr(self, pkt, x):
1084 # type: (Optional[Packet], int) -> str
1085 return XByteField.i2repr(self, pkt, x)
1086
1087
1088class LEThreeBytesField(ByteField):

Callers

nothing calls this directly

Calls 1

i2reprMethod · 0.45

Tested by

no test coverage detected