aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.c
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.c
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.c')
-rw-r--r--ipproto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipproto.c b/ipproto.c
index 93f3a339c6..4765bd00e6 100644
--- a/ipproto.c
+++ b/ipproto.c
@@ -1,7 +1,7 @@
/* ipproto.c
* Routines for converting IPv4 protocol/v6 nxthdr field into string
*
- * $Id: ipproto.c,v 1.20 2002/08/30 02:11:16 sharpe Exp $
+ * $Id: ipproto.c,v 1.21 2003/02/04 20:16:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -75,6 +75,7 @@ static const value_string ipproto_val[] = {
{ IP_PROTO_ICMPV6, "ICMPv6" },
{ IP_PROTO_NONE, "IPv6 no next header" },
{ IP_PROTO_DSTOPTS, "IPv6 destination option" },
+ { IP_PROTO_MIPV6, "Mobile IPv6" },
{ IP_PROTO_EON, "EON" },
{ IP_PROTO_OSPF, "OSPF" },
{ IP_PROTO_ENCAP, "ENCAP" },