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

Class LEIntField

scapy/fields.py:1346–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1344
1345
1346class LEIntField(Field[int, int]):
1347 def __init__(self, name, default):
1348 # type: (str, Optional[int]) -> None
1349 Field.__init__(self, name, default, "<I")
1350
1351
1352class LESignedIntField(Field[int, int]):

Calls

no outgoing calls

Tested by

no test coverage detected