Home
last modified time | relevance | path

Searched refs:XLEShortField (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/layers/
Dbluetooth.py30 class XLEShortField(LEShortField): class
252 fields_desc = [ XLEShortField("start", 0x0000),
253 XLEShortField("end", 0xffff), ]
262 fields_desc = [ XLEShortField("start", 0x0001),
263 XLEShortField("end", 0xffff),
264 XLEShortField("uuid", None),
273 fields_desc = [ XLEShortField("start", 0x0001),
274 XLEShortField("end", 0xffff),
285 fields_desc = [ XLEShortField("start", 0x0001),
286 XLEShortField("end", 0xffff),
[all …]
Dntp.py60 class XLEShortField(LEShortField): class
1000 XLEShortField("flash2", 0),
/external/scapy/scapy/contrib/
Dppi_geotag.py183 class XLEShortField(LEShortField,XShortField): class
436 Fixed3_6Field("PrecisionGain",None), XLEShortField("BeamID", None),