diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-11-21 14:43:53 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-11-21 14:43:53 +0000 |
commit | 34c9f8241c4b90afde5acce7211b7895a6e219ad (patch) | |
tree | 799db60e6c7d29589ae0d24371731aa65714ceb4 /packet-ip.h | |
parent | eb65d4fdb9286a6d339b01e9c4b60a5441aa3aa3 (diff) | |
download | wireshark-34c9f8241c4b90afde5acce7211b7895a6e219ad.tar.gz wireshark-34c9f8241c4b90afde5acce7211b7895a6e219ad.tar.bz2 wireshark-34c9f8241c4b90afde5acce7211b7895a6e219ad.zip |
Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector.
svn path=/trunk/; revision=1083
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 606ca91dcf..2d686fd527 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.8 1999/11/16 11:42:34 guy Exp $ + * $Id: packet-ip.h,v 1.9 1999/11/21 14:43:53 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -56,6 +56,7 @@ #define IP_PROTO_ENCAP 98 /* encapsulation header */ #define IP_PROTO_PIM 103 /* Protocol Independent Mcast */ #define IP_PROTO_IPCOMP 108 /* IP payload compression */ +#define IP_PROTO_VRRP 112 /* Virtual Router Redundancy Protocol */ typedef enum { NO_LENGTH, /* option has no data, hence no length */ |