aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/rrc.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-12-22 12:44:40 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-12-22 12:44:40 +0000
commitd7cd8b410b58fd39b34958033b15cca5000c053a (patch)
tree3f1342edd6389e9e15534e481db5176d0ca7e85f /asn1/rrc/rrc.cnf
parent9781112aaa17870fed3e7e3989d1d3a73eb715ad (diff)
From Pascal Quantin:
3GPP dissectors: do not go back to tree root when decoding an encapsulated message https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3132 svn path=/trunk/; revision=27081
Diffstat (limited to 'asn1/rrc/rrc.cnf')
-rw-r--r--asn1/rrc/rrc.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/rrc/rrc.cnf b/asn1/rrc/rrc.cnf
index 5882e16ad8..9aa8edc40c 100644
--- a/asn1/rrc/rrc.cnf
+++ b/asn1/rrc/rrc.cnf
@@ -76,7 +76,7 @@ UE-RadioAccessCapabilityInfo @ue_radio_access_cap_info
%(DEFAULT_BODY)s
if (nas_message_tvb)
- call_dissector(gsm_a_dtap_handle,nas_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
+ call_dissector(gsm_a_dtap_handle,nas_message_tvb,%(ACTX)s->pinfo, tree);
#.FN_BODY InterRATHandoverInfo/ue-CapabilityContainer/present VAL_PTR = &ue_radio_access_cap_info_tvb
tvbuff_t *ue_radio_access_cap_info_tvb=NULL;
@@ -84,7 +84,7 @@ UE-RadioAccessCapabilityInfo @ue_radio_access_cap_info
%(DEFAULT_BODY)s
if (ue_radio_access_cap_info_tvb)
- call_dissector(rrc_ue_radio_access_cap_info_handle,ue_radio_access_cap_info_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
+ call_dissector(rrc_ue_radio_access_cap_info_handle,ue_radio_access_cap_info_tvb,%(ACTX)s->pinfo, tree);
#.END