Ethereal-dev: [Ethereal-dev] Additional IP protocol numbers [PATCH]

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Fri, 2 Dec 2005 10:30:04 +0100 (CET)
Hi list,

Two new IP protocol numbers were added by IANA after the last commit of
ipproto.h: UDPlite and MPLS-in-IP. These are added with this patch.

Thanx,
Jaap

Index: ipproto.h
===================================================================
--- ipproto.h	(revision 16645)
+++ ipproto.h	(working copy)
@@ -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 */