From 5617c183683f2e421aa2367cefdcc67f427c5a29 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 8 Jul 1999 20:31:42 +0000 Subject: [PATCH] Declare "dissect_radius()" here. svn path=/trunk/; revision=350 --- packet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -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 *);