aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-22 12:44:40 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-22 12:44:40 +0000
commit6d710bace48279fcc10a7dea87fde475dec1ade1 (patch)
tree3f1342edd6389e9e15534e481db5176d0ca7e85f /epan/dissectors/packet-s1ap.c
parenta35b8eed2529726fe66b836100c2efba1c23a2f1 (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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27081 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-s1ap.c')
-rw-r--r--epan/dissectors/packet-s1ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-s1ap.c b/epan/dissectors/packet-s1ap.c
index 9df38f003c..d46474505f 100644
--- a/epan/dissectors/packet-s1ap.c
+++ b/epan/dissectors/packet-s1ap.c
@@ -2818,7 +2818,7 @@ dissect_s1ap_NAS_PDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, pr
if ((tvb_length(parameter_tvb)>0)&&(nas_eps_handle))
- call_dissector(nas_eps_handle,parameter_tvb,actx->pinfo, proto_tree_get_root(tree));
+ call_dissector(nas_eps_handle,parameter_tvb,actx->pinfo, tree);