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

Class SignedByteField

scapy/fields.py:1172–1175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170
1171
1172class SignedByteField(Field[int, int]):
1173 def __init__(self, name, default):
1174 # type: (str, Optional[int]) -> None
1175 Field.__init__(self, name, default, "b")
1176
1177
1178class FieldValueRangeException(Scapy_Exception):

Callers 15

Eddystone_UIDClass · 0.90
Eddystone_URLClass · 0.90
Eddystone_EIDClass · 0.90
IBeacon_DataClass · 0.90
AltBeaconClass · 0.90
PPI_Geotag_SensorClass · 0.90
EIR_TX_Power_LevelClass · 0.90
BTLE_PPIClass · 0.90
BTLE_RFClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected