aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-06-11 16:45:02 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-06-11 16:45:02 +0000
commitaca172004f176c06ecdac81c5662d90a71e2d9c1 (patch)
tree7318a1c9c506f4fd58c13a821551af85e7f6e31c /packet-ip.h
parent34450a8a3570e8f03c503d849e78f7a2ac5e9349 (diff)
Added RSVP protocol dissector.
svn path=/trunk/; revision=304
Diffstat (limited to 'packet-ip.h')
-rw-r--r--packet-ip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ip.h b/packet-ip.h
index ab7ccdf76c..e458615f29 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.3 1999/06/11 15:30:38 gram Exp $
+ * $Id: packet-ip.h,v 1.4 1999/06/11 16:44:51 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -49,6 +49,7 @@
#define IP_PROTO_IPV6 41 /* IP6 header */
#define IP_PROTO_ROUTING 43 /* IP6 routing header */
#define IP_PROTO_FRAGMENT 44 /* IP6 fragmentation header */
+#define IP_PROTO_RSVP 46 /* Resource ReSerVation protocol */
#define IP_PROTO_GRE 47 /* GRE */
#define IP_PROTO_ESP 50 /* ESP */
#define IP_PROTO_AH 51 /* AH */