aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q931.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2010-03-17 15:25:20 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2010-03-17 15:25:20 +0000
commitcd719af33aad6a90c93a3a126eb4c545e1551604 (patch)
treee7249e3b56f3b9993dff40b6ce15276bc9427a21 /epan/dissectors/packet-q931.h
parent533685a9a6597661b7bffda5f48f232b84d95675 (diff)
Add heuristic table for Q.931 User-specific protocol
svn path=/trunk/; revision=32218
Diffstat (limited to 'epan/dissectors/packet-q931.h')
-rw-r--r--epan/dissectors/packet-q931.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-q931.h b/epan/dissectors/packet-q931.h
index 8602053b73..d92fb9ab82 100644
--- a/epan/dissectors/packet-q931.h
+++ b/epan/dissectors/packet-q931.h
@@ -39,7 +39,7 @@ 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,
+extern void dissect_q931_user_user_ie(tvbuff_t *tvb, packet_info *pinfo, int offset, int len,
proto_tree *tree);
extern const value_string q931_cause_location_vals[];