add two new ip protocol numbers

from Jaap K


svn path=/trunk/; revision=16648
This commit is contained in:
Ronnie Sahlberg 2005-12-02 10:25:05 +00:00
parent c85fb9fcb4
commit 5c8675fe7d
2 changed files with 4 additions and 0 deletions

View File

@ -177,6 +177,8 @@ static const value_string ipproto_val[] = {
{ IP_PROTO_FC, "Fibre Channel" },
{ IP_PROTO_RSVPE2EI,"RSVP E2EI" },
{ IP_PROTO_MIPV6, "Mobile IPv6" },
{ IP_PROTO_UDPLITE, "UDPlite" },
{ IP_PROTO_MPLS_IN_IP, "MPLS in IP" },
{ IP_PROTO_AX4000, "AX/4000 Testframe" },
{ IP_PROTO_NCS_HEARTBEAT,"Novell NCS Heartbeat" },
{ 0, NULL },

View File

@ -180,6 +180,8 @@
#define IP_PROTO_FC 133 /* Fibre Channel */
#define IP_PROTO_RSVPE2EI 134 /* RSVP E2E Ignore - RFC3175 */
#define IP_PROTO_MIPV6 135 /* Mobile IPv6 */
#define IP_PROTO_UDPLITE 136 /* Lightweight user datagram protocol - RFC3828 */
#define IP_PROTO_MPLS_IN_IP 137 /* MPLS in IP - RFC4023 */
#define IP_PROTO_AX4000 173 /* AX/4000 Testblock - non IANA */
#define IP_PROTO_NCS_HEARTBEAT 224 /* Novell NCS Heartbeat - http://support.novell.com/cgi-bin/search/searchtid.cgi?/10071158.htm */