aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q931.c
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.c
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.c')
-rw-r--r--packet-q931.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-q931.c b/packet-q931.c
index 7a1aa8031c..4b45cb39be 100644
--- a/packet-q931.c
+++ b/packet-q931.c
@@ -2,7 +2,7 @@
* Routines for Q.931 frame disassembly
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-q931.c,v 1.52 2003/03/12 00:23:52 guy Exp $
+ * $Id: packet-q931.c,v 1.53 2003/04/14 18:04:13 guy Exp $
*
* Modified by Andreas Sikkema for possible use with H.323
*
@@ -2052,7 +2052,7 @@ static const value_string q931_protocol_discriminator_vals[] = {
{ 0, NULL }
};
-static void
+void
dissect_q931_user_user_ie(tvbuff_t *tvb, int offset, int len,
proto_tree *tree)
{