Home
last modified time | relevance | path

Searched refs:LEShortField (Results 1 – 10 of 10) sorted by relevance

/external/scapy/scapy/layers/
Dsmb.py22 LEShortField("Error_code",4),
24 LEShortField("Flags2",0x0000),
25 LEShortField("PIDHigh",0x0000),
27 LEShortField("Unused",0x0),
28 LEShortField("TID",0),
29 LEShortField("PID",0),
30 LEShortField("UID",0),
31 LEShortField("MID",0),
33 LEShortField("TotalParamCount",0),
34 LEShortField("TotalDataCount",112),
[all …]
Dbluetooth.py30 class XLEShortField(LEShortField):
34 class XLELongField(LEShortField):
85 LEShortField("len",None), ]
114 fields_desc = [ LEShortField("len",None),
134 LEShortField("len",None) ]
153 LEShortField("scid",0),
158 fields_desc = [ LEShortField("dcid",0),
159 LEShortField("scid",0),
168 fields_desc = [ LEShortField("reason",0),
174 fields_desc = [ LEShortField("dcid",0),
[all …]
Ddot11.py44 LEShortField("hosttime_status",0),
45 LEShortField("hosttime_len",0),
48 LEShortField("mactime_status",0),
49 LEShortField("mactime_len",0),
52 LEShortField("channel_status",0),
53 LEShortField("channel_len",0),
56 LEShortField("rssi_status",0),
57 LEShortField("rssi_len",0),
60 LEShortField("sq_status",0),
61 LEShortField("sq_len",0),
[all …]
Dntp.py18 XByteField, SignedByteField, FlagsField, ShortField, LEShortField, IntField,\
60 class XLEShortField(LEShortField):
/external/scapy/scapy/contrib/
Dppi_geotag.py183 class XLEShortField(LEShortField,XShortField):
314 fields_desc = [ LEShortField('pfh_type', None),
315 LEShortField('pfh_length', None),
318 LEShortField('geotag_len', None)]
354 fields_desc = [ LEShortField('pfh_type', PPI_GPS), #pfh_type
355 LEShortField('pfh_length', None), #pfh_len
358 LEShortField('geotag_len', None)] + _HCSIBuildFields(GPS_Fields)
382 fields_desc = [ LEShortField('pfh_type', PPI_VECTOR), #pfh_type
383 LEShortField('pfh_length', None), #pfh_len
386 LEShortField('geotag_len', None)] + _HCSIBuildFields(VEC_Fields)
[all …]
Dppi_cace.py80 fields_desc = [ LEShortField('pfh_type',PPI_DOT11COMMON),
81 LEShortField('pfh_length', 20),
84 LEShortField('Rate',0),
85 LEShortField('Ch_Freq',0),
Dppi.py46 fields_desc = [ LEShortField('pfh_type', 0),
Dhomeplugav.py251 LEShortField("TXaverage", 0x0000),
255 LEShortField("RXaverage", 0x0000),
462 LEShortField("Length" , 0x0400),
/external/scapy/scapy/
Dfields.py330 class LEShortField(Field): class
/external/scapy/doc/scapy/
Dbuild_dissect.rst868 LEShortField