aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-19 09:55:38 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-19 09:55:38 +0000
commit8963fabad69eff429d951368a4c2fe4ed09cdef1 (patch)
tree3205e7772a5a767cbfbaef0b22be52712907bbaa /packet.h
parenta8dfc56400350815e203666d81316da4f1f2392b (diff)
Beginnings of Q.2931 support.
svn path=/trunk/; revision=1068
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 7e37431782..875bc1f53d 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.145 1999/11/19 07:28:16 guy Exp $
+ * $Id: packet.h,v 1.146 1999/11/19 09:55:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -361,6 +361,7 @@ 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_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_rip(const u_char *, int, frame_data *, proto_tree *);
void dissect_ripng(const u_char *, int, frame_data *, proto_tree *);