aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-05 20:11:36 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-05 20:11:36 +0000
commit3941a1e3a4a51328622a9680fe703c58a09f48b3 (patch)
tree20618a478f508b5d533da0879db49d94bb1aa958 /packet-ip.h
parent63887cb8c83f19966523263172160f995fa1bcd6 (diff)
Move the definition of IP_PROTO_IGRP to "packet-ip.h", and put an entry
for IGRP in the table in "ipproto.c". Get rid of a duplicate entry for TCP in the same table, and also get rid of the entry for IP_PROTO_IPV4 right after IP_PROTO_IPIP, as IP_PROTO_IPIP and IP_PROTO_IPV4 are both 4. svn path=/trunk/; revision=3106
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 50b6de63c3..0ec24835d5 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.17 2001/01/22 03:33:45 guy Exp $
+ * $Id: packet-ip.h,v 1.18 2001/03/05 20:11:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -38,6 +38,7 @@ void capture_ip(const u_char *, int, packet_counts *);
#define IP_PROTO_IPV4 4 /* IP header */
#define IP_PROTO_TCP 6 /* tcp */
#define IP_PROTO_EGP 8 /* exterior gateway protocol */
+#define IP_PROTO_IGRP 9
#define IP_PROTO_PUP 12 /* pup */
#define IP_PROTO_UDP 17 /* user datagram protocol */
#define IP_PROTO_IDP 22 /* xns idp */