diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-07 09:10:22 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-07 09:10:22 +0000 |
commit | 355bd9d8ac88b94803512f470d62c44640b36871 (patch) | |
tree | ba664ec012dc6f73bde1d2b5db66402633c2e345 /packet.h | |
parent | d43ab4d68468e38b510a390a80baec1fd33e6761 (diff) | |
download | wireshark-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.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.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 *); |