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

Class LELongField

scapy/fields.py:1388–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386
1387
1388class LELongField(LongField):
1389 def __init__(self, name, default):
1390 # type: (str, Optional[int]) -> None
1391 Field.__init__(self, name, default, "<Q")
1392
1393
1394class LESignedLongField(Field[int, int]):

Callers 15

STDOBJREFClass · 0.90
ENIPTCPClass · 0.90
SnifferIndicateClass · 0.90
NEGOEX_NEGO_MESSAGEClass · 0.90
NEGOEX_CHECKSUMClass · 0.90
NRBFValueWithCodeClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected