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

Class XShortField

scapy/fields.py:1328–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1326
1327
1328class XShortField(ShortField):
1329 def i2repr(self, pkt, x):
1330 # type: (Optional[Packet], int) -> str
1331 return lhex(self.i2h(pkt, x))
1332
1333
1334class IntField(Field[int, int]):

Callers 15

DCPDeviceIDBlockClass · 0.90
DCPOEMIDBlockClass · 0.90
LinkADRReqClass · 0.90
RejoinReqClass · 0.90
LoRaClass · 0.90
IGMPv3Class · 0.90
IGMPv3mrClass · 0.90
IGMPClass · 0.90
BTHClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected