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

Class XLEShortField

scapy/fields.py:1370–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1368
1369
1370class XLEShortField(LEShortField, XShortField):
1371 def i2repr(self, pkt, x):
1372 # type: (Optional[Packet], int) -> str
1373 return XShortField.i2repr(self, pkt, x)
1374
1375
1376class LongField(Field[int, int]):

Callers 15

PPI_Geotag_AntennaClass · 0.90
PCOMBinaryRequestClass · 0.90
PCOMBinaryResponseClass · 0.90
ATT_HandleClass · 0.90
ATT_Handle_UUID128Class · 0.90
ATT_Handle_VariableClass · 0.90
ATT_Read_RequestClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected