aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-07 09:10:22 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-07 09:10:22 +0000
commit355bd9d8ac88b94803512f470d62c44640b36871 (patch)
treeba664ec012dc6f73bde1d2b5db66402633c2e345 /packet.h
parentd43ab4d68468e38b510a390a80baec1fd33e6761 (diff)
downloadwireshark-355bd9d8ac88b94803512f470d62c44640b36871.tar.gz
wireshark-355bd9d8ac88b94803512f470d62c44640b36871.tar.bz2
wireshark-355bd9d8ac88b94803512f470d62c44640b36871.zip
Add John Thomas' L2TP dissector.
svn path=/trunk/; revision=1433
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 a33ae1f719..cb1ad52b6e 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.164 1999/12/29 07:25:47 guy Exp $
+ * $Id: packet.h,v 1.165 2000/01/07 09:10:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -382,6 +382,7 @@ void dissect_pim(const u_char *, int, frame_data *, proto_tree *);
void dissect_q931(const u_char *, int, frame_data *, proto_tree *);
void dissect_q2931(const u_char *, int, frame_data *, proto_tree *);
void dissect_radius(const u_char *, int, frame_data *, proto_tree *);
+void dissect_l2tp(const u_char *, int, frame_data *, proto_tree *);
void dissect_rip(const u_char *, int, frame_data *, proto_tree *);
void dissect_ripng(const u_char *, int, frame_data *, proto_tree *);
void dissect_rsvp(const u_char *, int, frame_data *, proto_tree *);