aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-15 17:07:54 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-15 17:07:54 +0000
commitd395f6ceee300ff44a4c03424b98ef6495b48f35 (patch)
tree2a3226e68c0840680bc3ea619508c0afce28cc4b /epan/dissectors/packet-gtpv2.c
parente408e60431b20ab243a9a0fdeeb676fda1ae04de (diff)
Also mark tree as an unmarked parameter.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29928 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 71cd2293b3..327ec938d4 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -1297,7 +1297,7 @@ dissect_gtpv2_delay_value(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tre
/*8.28 Bearer Context (grouped IE) */
static void
-dissect_gtpv2_bearer_ctx(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 instance _U_)
+dissect_gtpv2_bearer_ctx(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, guint16 length _U_, guint8 instance _U_)
{
int offset= 0;
proto_tree *grouped_tree;