/external/scapy/scapy/layers/ |
D | netbios.py | 25 ShortField("sport",138), 26 ShortField("len",None), 27 ShortField("ofs",0), 58 fields_desc = [ShortField("NAME_TRN_ID",0), 59 ShortField("FLAGS", 0x0110), 60 ShortField("QDCOUNT",1), 61 ShortField("ANCOUNT",0), 62 ShortField("NSCOUNT",0), 63 ShortField("ARCOUNT",0), 75 fields_desc = [ShortField("NAME_TRN_ID",0), [all …]
|
D | pptp.py | 16 LenField, XIntField, ShortField, ShortEnumField, StrFixedLenField,\ 91 ShortField("protocol_version", 1), 97 ShortField("maximum_channels", 65535), 98 ShortField("firmware_revision", 256), 116 ShortField("protocol_version", 1), 124 ShortField("maximum_channels", 65535), 125 ShortField("firmware_revision", 256), 214 ShortField("call_id", 1), 215 ShortField("call_serial_number", 0), 220 ShortField("pkt_window_size", 16), [all …]
|
D | smb.py | 65 ShortField("Data1", 0), 66 ShortField("Data2", 0xfd01), 67 ShortField("Data3", 0), 68 ShortField("Data4", 0xacde), 69 ShortField("Data5", 0x0fe5), 70 ShortField("Data6", 0xd10a), 71 ShortField("Data7", 0x374c), 72 ShortField("Data8", 0x83e2), 73 ShortField("Data9", 0x7dd9), 74 ShortField("Data10", 0x3a16), [all …]
|
D | netflow.py | 51 fields_desc = [ ShortField("version", 1) ] 61 fields_desc = [ ShortField("count", 0), 72 ShortField("inputIfIndex", 0), 73 ShortField("outpuIfIndex", 0), 78 ShortField("srcport", 0), 79 ShortField("dstport", 0), 80 ShortField("padding", 0), 99 fields_desc = [ ShortField("count", 0), 106 ShortField("samplingInterval", 0) ] 114 ShortField("input", 0), [all …]
|
D | ntp.py | 18 XByteField, SignedByteField, FlagsField, ShortField, LEShortField, IntField,\ 306 ShortField("type", 0), 307 ShortField("len", 0), 612 fields_desc = [ShortField("status", 0)] 744 ShortField("association_id", 0), 816 ShortField("sequence", 0), 819 ConditionalField(ShortField("status", 0), lambda p: p.response == 0), 820 ShortField("association_id", 0), 821 ShortField("offset", 0), 822 ShortField("count", None), [all …]
|
D | sctp.py | 224 fields_desc = [ ShortField("sport", None), 225 ShortField("dport", None), 270 ShortField("len", 8), 275 ShortField("len", 20), 296 ShortField("len", 8), 318 ShortField("len", 4), ] 361 ShortField("len", 4), ] 419 ShortField("len", 8), 424 ShortField("len", 8), 515 ShortField("n_out_streams", None), [all …]
|
D | l2tp.py | 27 ConditionalField(ShortField("len", 0), 29 ShortField("tunnel_id", 0), 30 ShortField("session_id", 0), 31 ConditionalField(ShortField("ns", 0), 33 ConditionalField(ShortField("nr", 0), 36 PadField(ShortField("offset", 0), 4, b"\x00"),
|
D | dns.py | 75 class DNSRRCountField(ShortField): 78 ShortField.__init__(self, name, default) 268 ConditionalField(ShortField("length", None), 270 ShortField("id", 0), 367 ShortField("rclass", 4096), 529 ShortField("rdlen", None), 545 ShortField("rdlen", None), 552 ShortField("keytag", 0), 564 ShortField("rdlen", None), 576 ShortField("rdlen", None), [all …]
|
D | eap.py | 16 ShortField, IntField, XIntField, ByteEnumField, StrLenField, XStrField,\ 197 ShortField("len", None), 377 ShortField("len", None), 435 ShortField("port_identifier", 0) 540 ShortField("param_set_body_len", 0), 568 ShortField("param_set_body_len", 0), 626 ShortField("param_set_body_len", 0), 663 ShortField("param_set_body_len", 0), 696 ShortField("param_set_body_len", 0),
|
D | mobileip.py | 22 ShortField("lifetime", 180), 31 ShortField("lifetime", 180), 39 ShortField("res", 0) ]
|
/external/scapy/scapy/contrib/ |
D | openflow3.py | 82 ShortField("len", 8), 659 ShortField("length", None), 732 ShortField("len", 16), 742 ShortField("len", 8), 743 ShortField("vlan_vid", 0), 749 ShortField("len", 8), 756 ShortField("len", 8), 762 ShortField("len", 16), 769 ShortField("len", 16), 776 ShortField("len", 8), [all …]
|
D | openflow.py | 117 ShortField("dl_vlan", None), 120 ShortField("dl_type", None), 126 ShortField("tp_src", None), 127 ShortField("tp_dst", None) ] 236 ShortField("len", 8), 243 ShortField("len", 8), 244 ShortField("vlan_vid", 0), 250 ShortField("len", 8), 257 ShortField("len", 8), 263 ShortField("len", 16), [all …]
|
D | ospf.py | 61 ShortField("len", None), 111 ShortField("hellointerval", 10), 129 fields_desc = [ShortField("type", 1), 148 fields_desc = [ShortField("type", 1), 149 ShortField("len", 4), 155 fields_desc = [ShortField("type", 2), 190 ShortField("len", None), 226 fields_desc = [ShortField("age", 1), 233 ShortField("len", 36)] 251 ShortField("metric", 10), [all …]
|
D | cdp.py | 136 ShortField("addrlen", 4), 144 ShortField("addrlen", 16), 167 ShortField("len", None), 197 ShortField("len", 8), 217 ShortField("len", 8), 224 ShortField("len", 32), 238 ShortField("len", 6), 239 ShortField("vlan", 1) ] 244 ShortField("len", 5), 250 ShortField("len", 7), [all …]
|
D | gtp_v2.py | 97 ShortField("length", None), 123 ShortField("length", 0), 132 ShortField("length", 0), 155 ShortField("length", 0), 164 ShortField("length", 0), 173 ShortField("length", 0), 187 ShortField("LAC", 0), 188 ShortField("RAC", 0)] 196 ShortField("LAC", 0), 197 ShortField("SAC", 0)] [all …]
|
D | gtp.py | 189 ShortField("udp_port", None), 194 ShortField("pdcp_pdu", None), 208 ShortField("length", None), 294 ShortField("LAC", None), 394 ShortField("length", 2), 426 ShortField("length", None), 439 ShortField("length", 4), 447 ShortField("length", 4), 454 ShortField("length", None), 488 ShortField("length", None), [all …]
|
D | mqtt.py | 9 ShortField, ConditionalField, ByteEnumField, ByteField, StrNullField 109 ShortField("klive", 0), 160 ConditionalField(ShortField("msgid", None), 172 ShortField("msgid", None), 179 ShortField("msgid", None), 186 ShortField("msgid", None), 193 ShortField("msgid", None), 200 ShortField("msgid", None), 217 ShortField("msgid", None), 225 ShortField("msgid", None), [all …]
|
D | rsvp.py | 41 ShortField("Length",None)] 131 fields_desc = [ ShortField("Length",4), 173 ShortField("Data_Length",4), 176 ShortField("Srv_Length",4), 183 fields_desc = [ ShortField("reserve",1), 184 ShortField("L3PID",1)]
|
D | ldp.py | 269 ShortField("len", None), 286 ShortField("len", None), 303 ShortField("len", None), 320 ShortField("len", None), 337 ShortField("len", None), 355 ShortField("len", None), 373 ShortField("len", None), 391 ShortField("len", None), 409 ShortField("len", None), 428 ShortField("len", None), [all …]
|
D | ikev2.py | 453 ShortField("length",8), 527 ShortField("length",16), 528 ShortField("start_port",0), 529 ShortField("end_port",65535), 539 ShortField("length",20), 540 ShortField("start_port",0), 541 ShortField("end_port",65535), 551 ShortField("length",16), 647 ShortField("res2", 0), 696 ShortField("frag_number", 1), [all …]
|
D | eigrp.py | 198 ShortField("len", 12), 210 ShortField("holdtime", 15) 218 ShortField("keysize", None), 236 ShortField("len", None), 253 class ShortVersionField(ShortField): 291 ShortField("len", 8), 299 ShortField("len", 8), 310 ShortField("len", 6), 355 ShortField("reserved", 0), 394 ShortField("reserved", 0),
|
D | dtp.py | 80 fields_desc = [ ShortField("type", 1), 87 fields_desc = [ ShortField("type", 2), 94 fields_desc = [ ShortField("type", 3), 101 fields_desc = [ ShortField("type", 4), 103 ShortField("len", 10),
|
D | modbus.py | 109 FieldListField("registerVal", [0x0000], ShortField("", 0x0000), 133 FieldListField("registerVal", [0x0000], ShortField("", 0x0000), 280 ShortField("fileNumber", 0x0001), 281 ShortField("recordNumber", 0x0000), 282 ShortField("recordLength", 0x0001)] 345 ShortField("fileNumber", 0x0001), 346 ShortField("recordNumber", 0x0000), 348 FieldListField("recordData", [0x0000], ShortField("", 0x0000), 437 FieldListField("registerVal", [0x0000], ShortField("", 0x0000), 459 … FieldListField("FIFOVal", [], ShortField("", 0x0000), count_from=lambda pkt: pkt.byteCount)] [all …]
|
D | icmp_extensions.py | 33 fields_desc = [ ShortField('len', None), 116 fields_desc = [ ShortField('len', None), 126 fields_desc = [ ShortField('len', None), 140 ShortField('afi', None), 143 ShortField('reserved2', 0),
|
/external/scapy/scapy/layers/tls/ |
D | extensions.py | 170 ShortField("len", None), 180 ShortField("len", None) ] 240 ShortField("len", None), 249 ShortField("len", None) ] 287 ShortField("len", None), 296 ShortField("len", None), 307 ShortField("len", None), 314 ShortField("len", None), 323 ShortField("len", None), 333 ShortField("len", None), [all …]
|