Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ LESignedLongField
Class
LESignedLongField
scapy/fields.py:1394–1397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1392
1393
1394
class
LESignedLongField(Field[int, int]):
1395
def
__init__(self, name, default):
1396
# type: (str, Optional[Any]) -> None
1397
Field.__init__(self, name, default,
"<q"
)
1398
1399
1400
class
XLongField(LongField):
Callers
1
NRBFValueWithCode
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected