aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-10 18:32:55 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-10 18:32:55 +0000
commitaa5904b8791781d14dd197459e17428629ec8ddb (patch)
treeda8c217f0e5846648918befc8def503f442715dc /packet.h
parenta7fc895437bd4a330a2c9c8135a6398a665de483 (diff)
Added dissect_imap() prototype to get rid of compilation warning
in packet-tcp.c svn path=/trunk/; revision=999
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 b13ff77ff6..f466ec9636 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.131 1999/11/10 17:23:55 nneul Exp $
+ * $Id: packet.h,v 1.132 1999/11/10 18:32:55 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -606,6 +606,7 @@ void dissect_pppoed(const u_char *, int, frame_data *, proto_tree *);
void dissect_pppoes(const u_char *, int, frame_data *, proto_tree *);
void dissect_icp(const u_char *,int, frame_data *, proto_tree *);
void dissect_icq(const u_char *,int, frame_data *, proto_tree *);
+void dissect_imap(const u_char *,int, frame_data *, proto_tree *);
void dissect_isakmp(const u_char *, int, frame_data *, proto_tree *);
void dissect_pim(const u_char *, int, frame_data *, proto_tree *);
void dissect_radius(const u_char *, int, frame_data *, proto_tree *);