MCPcopy Index your code
hub / github.com/secdev/scapy / XLELongField

Class XLELongField

scapy/fields.py:1406–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404
1405
1406class XLELongField(LELongField, XLongField):
1407 def i2repr(self, pkt, x):
1408 # type: (Optional[Packet], int) -> str
1409 return XLongField.i2repr(self, pkt, x)
1410
1411
1412class IEEEFloatField(Field[int, int]):

Calls

no outgoing calls

Tested by

no test coverage detected