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.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.h')
-rw-r--r-- | packet.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* packet.h * Definitions for packet disassembly structures and routines * - * $Id: packet.h,v 1.147 1999/11/20 05:35:14 gram Exp $ + * $Id: packet.h,v 1.148 1999/11/21 14:43:53 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -388,6 +388,7 @@ void dissect_vines_ipc(const u_char *, int, frame_data *, proto_tree *); void dissect_vines_rtp(const u_char *, int, frame_data *, proto_tree *); void dissect_vines_spp(const u_char *, int, frame_data *, proto_tree *); void dissect_vlan(const u_char *, int, frame_data *, proto_tree *); +void dissect_vrrp(const u_char *, int, frame_data *, proto_tree *); void dissect_payload_ppp(const u_char *, int, frame_data *, proto_tree *); void dissect_x25(const u_char *, int, frame_data *, proto_tree *); void dissect_yhoo(const u_char *, int, frame_data *, proto_tree *); |