aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-29 12:04:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-29 12:04:11 +0000
commit11c4c6d4f32150e2a415216899144f599ceb9047 (patch)
tree0e7c52ff2584f75e0b48c38f7800a45560aaa0de /epan/dissectors/packet-gtpv2.c
parent2b8b65ee684fcc2900767dd802bb5490b13449b8 (diff)
Use qui_tree.
svn path=/trunk/; revision=46275
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 bc5e36152d..8c9fd16d8f 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -3400,7 +3400,7 @@ dissect_gtpv2_mm_context_eps_qq(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tre
qui_item = proto_tree_add_text(tree, tvb, offset, 0, "Authentication Quintuplets %u", nr_qui);
if (nr_qui) {
qui_tree = proto_item_add_subtree(qui_item, ett_gtpv2_qui);
- offset = dissect_gtpv2_authentication_quintuplets(tvb, tree, offset, nr_qui);
+ offset = dissect_gtpv2_authentication_quintuplets(tvb, qui_tree, offset, nr_qui);
}else{
PROTO_ITEM_SET_GENERATED(qui_item);
}