/external/scapy/scapy/layers/ |
D | pptp.py | 16 LenField, XIntField, ShortField, ShortEnumField, StrFixedLenField,\ 57 ShortEnumField("type", 1, _PPTP_msg_type), 59 ShortEnumField("ctrl_msg_type", 1, _PPTP_ctrl_msg_type), 87 ShortEnumField("type", 1, _PPTP_msg_type), 89 ShortEnumField("ctrl_msg_type", 1, _PPTP_ctrl_msg_type), 112 ShortEnumField("type", 1, _PPTP_msg_type), 114 ShortEnumField("ctrl_msg_type", 2, _PPTP_ctrl_msg_type), 141 ShortEnumField("type", 1, _PPTP_msg_type), 143 ShortEnumField("ctrl_msg_type", 3, _PPTP_ctrl_msg_type), 157 ShortEnumField("type", 1, _PPTP_msg_type), [all …]
|
D | netbios.py | 65 …ShortEnumField("SUFFIX",0x4141,{0x4141:"workstation",0x4141+0x03:"messenger service",0x4141+0x200:… 67 ShortEnumField("QUESTION_TYPE",0x20, {0x20:"NB",0x21:"NBSTAT"}), 68 ShortEnumField("QUESTION_CLASS",1,{1:"INTERNET"})] 82 …ShortEnumField("SUFFIX",0x4141,{0x4141:"workstation",0x4141+0x03:"messenger service",0x4141+0x200:… 84 ShortEnumField("QUESTION_TYPE",0x20, {0x20:"NB",0x21:"NBSTAT"}), 85 ShortEnumField("QUESTION_CLASS",1,{1:"INTERNET"}), 86 … ShortEnumField("RR_NAME",0xC00C,{0xC00C:"Label String Pointer to QUESTION_NAME"}), 87 ShortEnumField("RR_TYPE",0x20, {0x20:"NB",0x21:"NBSTAT"}), 88 ShortEnumField("RR_CLASS",1,{1:"INTERNET"}), 107 …ShortEnumField("SUFFIX",0x4141,{0x4141:"workstation",0x4141+0x03:"messenger service",0x4141+0x200:… [all …]
|
D | sctp.py | 261 fields_desc = [ ShortEnumField("type", 1, sctpchunkparamtypes), 269 fields_desc = [ ShortEnumField("type", 5, sctpchunkparamtypes), 274 fields_desc = [ ShortEnumField("type", 6, sctpchunkparamtypes), 279 fields_desc = [ ShortEnumField("type", 7, sctpchunkparamtypes), 287 fields_desc = [ ShortEnumField("type", 8, sctpchunkparamtypes), 295 fields_desc = [ ShortEnumField("type", 9, sctpchunkparamtypes), 300 fields_desc = [ ShortEnumField("type", 11, sctpchunkparamtypes), 308 fields_desc = [ ShortEnumField("type", 12, sctpchunkparamtypes), 312 ShortEnumField("addr_type", 5, sctpchunkparamtypes), 317 fields_desc = [ ShortEnumField("type", 0x8000, sctpchunkparamtypes), [all …]
|
D | dhcp6.py | 26 PacketListField, ShortEnumField, ShortField, StrField, StrFixedLenField, \ 220 fields_desc = [ ShortEnumField("type", 1, duidtypes), 242 fields_desc = [ ShortEnumField("type", 2, duidtypes), 248 fields_desc = [ ShortEnumField("type", 3, duidtypes), 254 fields_desc = [ ShortEnumField("type", 4, duidtypes), 276 fields_desc = [ ShortEnumField("optcode", 0, dhcp6opts), 304 fields_desc = [ ShortEnumField("optcode", 1, dhcp6opts), 319 fields_desc = [ ShortEnumField("optcode", 5, dhcp6opts), 353 fields_desc = [ ShortEnumField("optcode", 3, dhcp6opts), 367 fields_desc = [ ShortEnumField("optcode", 4, dhcp6opts), [all …]
|
D | dns.py | 347 ShortEnumField("qtype", 1, dnsqtypes), 348 ShortEnumField("qclass", 1, dnsclasses)] 356 …fields_desc = [ ShortEnumField("optcode", 0, { 0: "Reserved", 1: "LLQ", 2: "UL", 3: "NSID", 4: "Re… 366 ShortEnumField("type", 41, dnstypes), 526 ShortEnumField("type", 6, dnstypes), 527 ShortEnumField("rclass", 1, dnsclasses), 542 ShortEnumField("type", 46, dnstypes), 543 ShortEnumField("rclass", 1, dnsclasses), 546 ShortEnumField("typecovered", 1, dnstypes), 561 ShortEnumField("type", 47, dnstypes), [all …]
|
D | rip.py | 33 ShortEnumField("AF", 2, {2:"IP"}), 44 ShortEnumField("AF", 0xffff, {0xffff:"Auth"}), 45 ShortEnumField("authtype", 2, {1:"md5authdata", 2:"simple", 3:"md5"}),
|
D | netflow.py | 297 fields_desc = [ ShortEnumField("fieldType", None, NetflowV9TemplateFieldTypes), 378 fields_desc = [ ShortEnumField("scopeFieldType", None, ScopeFieldTypes), 392 fields_desc = [ ShortEnumField("optionFieldType", None, NetflowV9TemplateFieldTypes),
|
D | ppp.py | 23 PacketListField, PacketField, ShortEnumField, ShortField, \ 208 fields_desc = [ ShortEnumField("proto", 0x0021, _PPP_proto) ] 465 ShortEnumField("auth_protocol", 0xc023, _PPP_LCP_auth_protocols), 479 ShortEnumField("quality_protocol", 0xc025, _PPP_LCP_quality_protocols), 537 ShortEnumField("rejected_protocol", None, _PPP_proto),
|
D | lltd.py | 16 ShortField, ShortEnumField, ThreeBytesField, IntField, IntEnumField, \ 197 ShortEnumField("type", 0, {0: "Probe", 1: "ARP or ICMPv6"}),
|
D | tftp.py | 25 fields_desc = [ ShortEnumField("op", 1, TFTP_operations), ] 91 fields_desc = [ ShortEnumField("errorcode", 0, TFTP_Error_Codes),
|
D | l2.py | 209 fields_desc = [ ShortEnumField("pkttype",0, {0: "unicast", 285 …ShortEnumField("op", 1, {"who-has":1, "is-at":2, "RARP-req":3, "RARP-rep":4, "Dyn-RARP-req":5, "Dy…
|
D | isakmp.py | 320 ShortEnumField("Port",0,{0:"Unused"}),
|
D | inet.py | 207 ShortEnumField("alert",0, {0:"router_shall_examine_packet"}), ] 512 fields_desc = [ ShortEnumField("sport", 20, TCP_SERVICES), 513 ShortEnumField("dport", 80, TCP_SERVICES), 584 fields_desc = [ ShortEnumField("sport", 53, UDP_SERVICES), 585 ShortEnumField("dport", 53, UDP_SERVICES),
|
/external/scapy/scapy/contrib/ |
D | openflow.py | 86 fields_desc = [ ShortEnumField("port_no", 0, ofp_port_no), 114 ShortEnumField("in_port", None, ofp_port_no), 235 fields_desc = [ ShortEnumField("type", 0, ofp_action_types), 237 ShortEnumField("port", 0, ofp_port_no), 238 ShortEnumField("max_len", "NO_BUFFER", ofp_max_len) ] 242 fields_desc = [ ShortEnumField("type", 1, ofp_action_types), 249 fields_desc = [ ShortEnumField("type", 2, ofp_action_types), 256 fields_desc = [ ShortEnumField("type", 3, ofp_action_types), 262 fields_desc = [ ShortEnumField("type", 4, ofp_action_types), 269 fields_desc = [ ShortEnumField("type", 5, ofp_action_types), [all …]
|
D | openflow3.py | 81 fields_desc = [ ShortEnumField("type", 1, ofp_hello_elem_types), 274 ofp_oxm_fields[i] = [ ShortEnumField("class", "OFPXMC_OPENFLOW_BASIC", ofp_oxm_classes), 657 fields_desc= [ ShortEnumField("type", 1, { 0: "OFPMT_STANDARD", 731 fields_desc = [ ShortEnumField("type", 0, ofp_action_types), 734 ShortEnumField("max_len", "NO_BUFFER", ofp_max_len), 741 fields_desc = [ ShortEnumField("type", 1, ofp_action_types), 748 fields_desc = [ ShortEnumField("type", 2, ofp_action_types), 755 fields_desc = [ ShortEnumField("type", 3, ofp_action_types), 761 fields_desc = [ ShortEnumField("type", 4, ofp_action_types), 768 fields_desc = [ ShortEnumField("type", 5, ofp_action_types), [all …]
|
D | ospf.py | 65 ShortEnumField("authtype", 0, {0:"Null", 1:"Simple", 2:"Crypto"}), 508 ShortEnumField("type", 0x2001, _OSPFv3_LStypes), 554 ShortEnumField("type", 0x2001, _OSPFv3_LStypes), 569 ShortEnumField("type", 0x2002, _OSPFv3_LStypes), 593 ShortEnumField("type", 0x2003, _OSPFv3_LStypes), 610 ShortEnumField("type", 0x2004, _OSPFv3_LStypes), 626 ShortEnumField("type", 0x4005, _OSPFv3_LStypes), 636 ShortEnumField("reflstype", 0, _OSPFv3_LStypes), 662 ShortEnumField("type", 0x0008, _OSPFv3_LStypes), 679 ShortEnumField("type", 0x2009, _OSPFv3_LStypes), [all …]
|
D | gtp_v2.py | 485 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 494 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 503 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 522 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 530 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 538 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 546 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 554 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 581 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES), 604 fields_desc = [ShortEnumField("type", None, PCO_PROTOCOL_TYPES),
|
D | sebek.py | 25 ShortEnumField("type", 0, {"read":0, "write":1, 86 ShortEnumField("call", 0, { "bind":2,
|
D | ikev2.py | 634 ShortEnumField("type",0,IKEv2NotifyMessageTypes), 646 ShortEnumField("group", 0, IKEv2TransformTypes['GroupDesc'][1]), 660 ShortEnumField("Port",0,{0:"Unused"}), 674 ShortEnumField("Port",0,{0:"Unused"}),
|
D | bgp.py | 30 ByteEnumField, ShortField, ShortEnumField, IntField, 666 ShortEnumField("afi", 0, address_family_identifiers), 710 ShortEnumField("afi", 0, address_family_identifiers), 803 fields_desc = [ShortEnumField("afi", 0, address_family_identifiers), 1841 ShortEnumField("afi", 0, address_family_identifiers), 1901 fields_desc = [ShortEnumField("afi", 0, address_family_identifiers), 2495 ShortEnumField("afi", 1, address_family_identifiers),
|
D | eigrp.py | 217 ShortEnumField("authtype", 2, {2 : "MD5"}),
|
/external/scapy/scapy/layers/tls/ |
D | extensions.py | 63 fields_desc = [ShortEnumField("type", None, _tls_ext), 158 fields_desc = [ShortEnumField("type", 0, _tls_ext), 169 fields_desc = [ShortEnumField("type", 1, _tls_ext), 179 fields_desc = [ShortEnumField("type", 2, _tls_ext), 239 fields_desc = [ShortEnumField("type", 3, _tls_ext), 248 fields_desc = [ShortEnumField("type", 4, _tls_ext), 286 fields_desc = [ShortEnumField("type", 5, _tls_ext), 295 fields_desc = [ShortEnumField("type", 6, _tls_ext), 306 fields_desc = [ShortEnumField("type", 7, _tls_ext), 313 fields_desc = [ShortEnumField("type", 8, _tls_ext), [all …]
|
D | keyexchange_tls13.py | 38 fields_desc = [ShortEnumField("group", None, _tls_named_groups), 130 fields_desc = [ShortEnumField("type", 0x28, _tls_ext), 164 fields_desc = [ShortEnumField("type", 0x28, _tls_ext), 166 ShortEnumField("selected_group", None, _tls_named_groups) ] 171 fields_desc = [ShortEnumField("type", 0x28, _tls_ext), 265 fields_desc = [ShortEnumField("type", 0x28, _tls_ext), 279 fields_desc = [ShortEnumField("type", 0x29, _tls_ext),
|
D | tools.py | 11 from scapy.fields import (ByteEnumField, ShortEnumField, 21 ShortEnumField("version", None, _tls_version),
|
D | basefields.py | 45 class _TLSClientVersionField(ShortEnumField): 67 class _TLSVersionField(ShortEnumField):
|