MCPcopy Create free account
hub / github.com/secdev/scapy / SignedShortField

Class SignedShortField

scapy/fields.py:1310–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308
1309
1310class SignedShortField(Field[int, int]):
1311 def __init__(self, name, default):
1312 # type: (str, Optional[int]) -> None
1313 Field.__init__(self, name, default, "h")
1314
1315
1316class LEShortField(Field[int, int]):

Callers 3

ColumnDescriptionClass · 0.90
RowDescriptionClass · 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…