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

Class LESignedLongField

scapy/fields.py:1394–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392
1393
1394class LESignedLongField(Field[int, int]):
1395 def __init__(self, name, default):
1396 # type: (str, Optional[Any]) -> None
1397 Field.__init__(self, name, default, "<q")
1398
1399
1400class XLongField(LongField):

Callers 1

NRBFValueWithCodeClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected