00001
00002
00010
00011
00012 #define PROTO_ETH_NAME "ETH"
00013 #define PROTO_ETH_NUM 0x00000001
00014 #define PROTO_IP_NAME "IP"
00015 #define PROTO_IP_NUM 0x00000002
00016 #define PROTO_ICMP_NAME "ICMP"
00017 #define PROTO_ICMP_NUM 0x00000003
00018 #define PROTO_TCP_NAME "TCP"
00019 #define PROTO_TCP_NUM 0x00000004
00020 #define PROTO_UDP_NAME "UDP"
00021 #define PROTO_UDP_NUM 0x00000005
00022 #define PROTO_IPV6_NAME "IPV6"
00023 #define PROTO_IPV6_NUM 0x00000006
00024 #define PROTO_ICMPV6_NAME "ICMPV6"
00025 #define PROTO_ICMPV6_NUM 0x00000007
00026 #define PROTO_IPX_NAME "IPX"
00027 #define PROTO_IPX_NUM 0x00000008
00028 #define PROTO_SLIP_NAME "SLIP"
00029 #define PROTO_SLIP_NUM 0x00000009
00030 #define PROTO_PPP_NAME "PPP"
00031 #define PROTO_PPP_NUM 0x0000000A
00032 #define PROTO_IGMP_NAME "IGMP"
00033 #define PROTO_IGMP_NUM 0x0000000B
00034 #define PROTO_GGP_NAME "GGP"
00035 #define PROTO_GGP_NUM 0x0000000C
00036 #define PROTO_EGP_NAME "EGP"
00037 #define PROTO_EGP_NUM 0x0000000D
00038 #define PROTO_IGRP_NAME "IGRP"
00039 #define PROTO_IGRP_NUM 0x0000000E
00040 #define PROTO_PUP_NAME "PUP"
00041 #define PROTO_PUP_NUM 0x0000000F
00042 #define PROTO_IDP_NAME "IDP"
00043 #define PROTO_IDP_NUM 0x00000010
00044 #define PROTO_RSVP_NAME "RSVP"
00045 #define PROTO_RSVP_NUM 0x00000011
00046 #define PROTO_VINES_NAME "VINES"
00047 #define PROTO_VINES_NUM 0x00000012
00048 #define PROTO_ANY_NAME "ANY"
00049 #define PROTO_ANY_NUM 0xFFFFFFFF
00050