aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-14 18:04:13 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-14 18:04:13 +0000
commita551f4a0ab5d35d821fb3d59747e1695cb7fe8eb (patch)
tree5c5020bbafb94c3f54b48a2ba8ddb19e84c637bb /packet-q931.h
parent579ab38577738117029583567f0f1b0a16d7fb6b (diff)
From Anders Broman: dissect user-to-user IEs in ISUP messages as Q.931
UU IE's. svn path=/trunk/; revision=7456
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 115bee693d..ccc8040faf 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.8 2003/02/28 23:16:15 guy Exp $
+ * $Id: packet-q931.h,v 1.9 2003/04/14 18:04:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -39,6 +39,9 @@ extern void dissect_q931_progress_indicator_ie(tvbuff_t *, int, int,
extern void dissect_q931_high_layer_compat_ie(tvbuff_t *, int, int,
proto_tree *);
+extern void dissect_q931_user_user_ie(tvbuff_t *tvb, int offset, int len,
+ proto_tree *tree);
+
extern const value_string q931_cause_location_vals[];
extern const value_string q931_cause_code_vals[];