From 101bc1a007963999d7bb63062fad9f1a64431c8f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 5 Feb 2000 09:19:06 +0000 Subject: Dissector for Cisco's Virtual Trunking Protocol. svn path=/trunk/; revision=1603 --- packet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packet.h') diff --git a/packet.h b/packet.h index 64e1aae453..d7121a4386 100644 --- a/packet.h +++ b/packet.h @@ -1,7 +1,7 @@ /* packet.h * Definitions for packet disassembly structures and routines * - * $Id: packet.h,v 1.169 2000/02/05 05:54:16 guy Exp $ + * $Id: packet.h,v 1.170 2000/02/05 09:19:06 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -415,6 +415,7 @@ 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_vtp(const u_char *, int, frame_data *, proto_tree *); void dissect_wccp(const u_char *, int, frame_data *, proto_tree *); void dissect_who(const u_char *, int, frame_data *, proto_tree *); void dissect_payload_ppp(const u_char *, int, frame_data *, proto_tree *); -- cgit v1.2.3