aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-20 21:34:16 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-20 21:34:16 +0000
commit8e7816815f16be28c4e7eeeec916cb45aff27f20 (patch)
tree52098dcf7daf858b971b74193b49c0515093d290 /packet-ip.h
parent0ce1dab01d875ce868b7a9feab29dee995f0968a (diff)
Joerg Mayer's updates to the VINES dissector and to protocol layers
above VINES. svn path=/trunk/; revision=1514
Diffstat (limited to 'packet-ip.h')
-rw-r--r--packet-ip.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-ip.h b/packet-ip.h
index 2d686fd527..5911bccdfa 100644
--- a/packet-ip.h
+++ b/packet-ip.h
@@ -1,7 +1,7 @@
/* packet-ip.h
* Definitions for IP packet disassembly structures and routines
*
- * $Id: packet-ip.h,v 1.9 1999/11/21 14:43:53 gram Exp $
+ * $Id: packet-ip.h,v 1.10 2000/01/20 21:34:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -51,7 +51,8 @@
#define IP_PROTO_NONE 59 /* IP6 no next header */
#define IP_PROTO_DSTOPTS 60 /* IP6 no next header */
#define IP_PROTO_EON 80 /* ISO cnlp */
-#define IP_PROTO_EIGRP 88
+#define IP_PROTO_VINES 83 /* Vines over raw IP */
+#define IP_PROTO_EIGRP 88
#define IP_PROTO_OSPF 89
#define IP_PROTO_ENCAP 98 /* encapsulation header */
#define IP_PROTO_PIM 103 /* Protocol Independent Mcast */