NR RRC: fix dissection of 5GS S1 mode to N1 mode NAS container

Change-Id: I9b33ee238b0b67c25ffa24409f36042a1b6f64fe
Reviewed-on: https://code.wireshark.org/review/37684
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
This commit is contained in:
Pascal Quantin 2020-07-03 17:21:03 +02:00
parent f5d08e31c8
commit 8174e94fe9
2 changed files with 2 additions and 2 deletions

View File

@ -450,7 +450,7 @@ RAT-Type TYPE_PREFIX
%(DEFAULT_BODY)s
if (nas_5gs_tvb) {
subtree = proto_item_add_subtree(actx->created_item, ett_nr_rrc_nas_Container);
de_nas_5gs_s1_mode_to_n1_mode_nas_transparent_cont(tvb, subtree, actx->pinfo);
de_nas_5gs_s1_mode_to_n1_mode_nas_transparent_cont(nas_5gs_tvb, subtree, actx->pinfo);
}
#.TYPE_ATTR

View File

@ -18418,7 +18418,7 @@ dissect_nr_rrc_T_nas_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *ac
if (nas_5gs_tvb) {
subtree = proto_item_add_subtree(actx->created_item, ett_nr_rrc_nas_Container);
de_nas_5gs_s1_mode_to_n1_mode_nas_transparent_cont(tvb, subtree, actx->pinfo);
de_nas_5gs_s1_mode_to_n1_mode_nas_transparent_cont(nas_5gs_tvb, subtree, actx->pinfo);
}