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

Class LEShortField

scapy/fields.py:1316–1319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314
1315
1316class LEShortField(Field[int, int]):
1317 def __init__(self, name, default):
1318 # type: (str, Optional[int]) -> None
1319 Field.__init__(self, name, default, "<H")
1320
1321
1322class LESignedShortField(Field[int, int]):

Callers 15

EtherCatType12DLPDUClass · 0.90
FHDRClass · 0.90
Join_RequestClass · 0.90
StringBindingClass · 0.90
PPI_Dot11CommonClass · 0.90
ItemDataClass · 0.90
ENIPRegisterSessionClass · 0.90
ENIPSendRRDataClass · 0.90
ENIPSendUnitDataClass · 0.90
ENIPTCPClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected