aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-07-08 20:31:42 +0000
committerGuy Harris <guy@alum.mit.edu>1999-07-08 20:31:42 +0000
commit5617c183683f2e421aa2367cefdcc67f427c5a29 (patch)
tree966316715aa65727af9aeb367c8be4da9979d590
parentda00ae83bf4cc9550c398d7d6b88f6c63016bd33 (diff)
Declare "dissect_radius()" here.
svn path=/trunk/; revision=350
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index a2db7bbb29..0e2a458fc5 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.66 1999/07/08 04:23:04 gram Exp $
+ * $Id: packet.h,v 1.67 1999/07/08 20:31:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -411,6 +411,7 @@ void dissect_ospf_hello(const u_char *, int, frame_data *, proto_tree *);
void dissect_pppoed(const u_char *, int, frame_data *, proto_tree *);
void dissect_pppoes(const u_char *, int, frame_data *, proto_tree *);
void dissect_isakmp(const u_char *, int, frame_data *, proto_tree *);
+void dissect_radius(const u_char *, int, frame_data *, proto_tree *);
void dissect_rip(const u_char *, int, frame_data *, proto_tree *);
void dissect_rsvp(const u_char *, int, frame_data *, proto_tree *);
void dissect_rtsp(const u_char *, int, frame_data *, proto_tree *);