aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-20 21:34:16 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-20 21:34:16 +0000
commit0aa4ee7050a9abf3ee0325b7b0791007139aa3fd (patch)
tree52098dcf7daf858b971b74193b49c0515093d290 /packet-ip.h
parent7dd49a4aca4f45c49b287a050ed2f0e675d42804 (diff)
Joerg Mayer's updates to the VINES dissector and to protocol layers
above VINES. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1514 f5534014-38df-0310-8fa8-9805f1628bb7
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 */