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

Class XLongField

scapy/fields.py:1400–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1398
1399
1400class XLongField(LongField):
1401 def i2repr(self, pkt, x):
1402 # type: (Optional[Packet], int) -> str
1403 return lhex(self.i2h(pkt, x))
1404
1405
1406class XLELongField(LELongField, XLongField):

Callers 15

CNPPaddingClass · 0.90
Fattr3Class · 0.90
WRITE_ReplyClass · 0.90
COMMIT_ReplyClass · 0.90
CREATE_CallClass · 0.90
READDIR_CallClass · 0.90
READDIR_ReplyClass · 0.90
STUNIceControllingClass · 0.90
OSPF_HdrClass · 0.90
PFCPClass · 0.90
IE_VolumeThresholdClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…