aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-12 03:05:57 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-12 03:05:57 +0000
commit5a4d9d6d68bf06c3ac82366238a6d482973c248f (patch)
tree705512785143ba37c43bdb4b228c0f5ce309932f /packet.h
parent3216e8702993a49f14c23fa1cae78a95a8d711f9 (diff)
WCCP 1.0 dissection, from Jerry Talkington.
svn path=/trunk/; revision=1295
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index b4a9f4378e..4c011385b5 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.159 1999/12/09 04:06:54 nneul Exp $
+ * $Id: packet.h,v 1.160 1999/12/12 03:05:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -406,6 +406,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_wccp(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 *);