aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-15 02:23:18 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-15 02:23:18 +0000
commit4495c27aa57f666913b7582fe54fc94ea827d936 (patch)
tree3a345987eee87733b4037b14a36022b364a70f92 /packet-q931.h
parent065edac68b866e86922bcd417150e65c5720cb8e (diff)
From Anders Broman: dissect access transport, user teleservice info,
user service infor prime, and echo control information parameters. svn path=/trunk/; revision=9668
Diffstat (limited to 'packet-q931.h')
-rw-r--r--packet-q931.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-q931.h b/packet-q931.h
index ccc8040faf..9982af9df8 100644
--- a/packet-q931.h
+++ b/packet-q931.h
@@ -3,7 +3,7 @@
* disassembly
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-q931.h,v 1.9 2003/04/14 18:04:13 guy Exp $
+ * $Id: packet-q931.h,v 1.10 2004/01/15 02:23:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -42,6 +42,9 @@ extern void dissect_q931_high_layer_compat_ie(tvbuff_t *, int, int,
extern void dissect_q931_user_user_ie(tvbuff_t *tvb, int offset, int len,
proto_tree *tree);
+extern void dissect_q931_IEs(tvbuff_t *tvb, packet_info *pinfo,
+ proto_tree *tree, proto_tree *q931_tree, gboolean is_tpkt, int offset);
+
extern const value_string q931_cause_location_vals[];
extern const value_string q931_cause_code_vals[];