aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-04 20:17:01 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-04 20:17:01 +0000
commit625d0088d424c53f2308652383f5d132133bcb48 (patch)
treee3371104722ddbc2caf0cb00f13259aee31edc0e /ipproto.h
parente2d77c29113420b5ec4b200bd30ddd356d3a2c46 (diff)
From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).
svn path=/trunk/; revision=7071
Diffstat (limited to 'ipproto.h')
-rw-r--r--ipproto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipproto.h b/ipproto.h
index 591be73dc0..ebd2757d9d 100644
--- a/ipproto.h
+++ b/ipproto.h
@@ -2,7 +2,7 @@
* Declarations of IP protocol numbers, and of routines for converting
* IP protocol numbers into strings.
*
- * $Id: ipproto.h,v 1.6 2002/08/28 21:00:06 jmayer Exp $
+ * $Id: ipproto.h,v 1.7 2003/02/04 20:16:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -53,6 +53,7 @@
#define IP_PROTO_ICMPV6 58 /* ICMP6 */
#define IP_PROTO_NONE 59 /* IP6 no next header */
#define IP_PROTO_DSTOPTS 60 /* IP6 destination options */
+#define IP_PROTO_MIPV6 62 /* Mobile IPv6 */
#define IP_PROTO_EON 80 /* ISO cnlp */
#define IP_PROTO_VINES 83 /* Vines over raw IP */
#define IP_PROTO_EIGRP 88