diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-06-11 15:30:55 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-06-11 15:30:55 +0000 |
commit | 34450a8a3570e8f03c503d849e78f7a2ac5e9349 (patch) | |
tree | 869d1bd0afd3386bab96cd39e66045ac8f345f24 /packet-ip.h | |
parent | 6d7cf738f0f933f83f0475a1514c09de7d20cb4a (diff) | |
download | wireshark-34450a8a3570e8f03c503d849e78f7a2ac5e9349.tar.gz wireshark-34450a8a3570e8f03c503d849e78f7a2ac5e9349.tar.bz2 wireshark-34450a8a3570e8f03c503d849e78f7a2ac5e9349.zip |
Added PPPoE, PPTP, GRE, and ISAKMP dissectors.
svn path=/trunk/; revision=303
Diffstat (limited to 'packet-ip.h')
-rw-r--r-- | packet-ip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ip.h b/packet-ip.h index a05bfac0d0..ab7ccdf76c 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.2 1999/03/28 18:31:59 gram Exp $ + * $Id: packet-ip.h,v 1.3 1999/06/11 15:30:38 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_GRE 47 /* GRE */ #define IP_PROTO_ESP 50 /* ESP */ #define IP_PROTO_AH 51 /* AH */ #define IP_PROTO_ICMPV6 58 /* ICMP6 */ |