Wireshark-commits: [Wireshark-commits] master c774714: NAS 5GS: fix dissection of PLMN in a few IEs
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 28 Oct 2019 13:26:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c77471437fbeae041bfa55104ddd0393b4f49fa0
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c774714 by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    NAS 5GS: fix dissection of PLMN in a few IEs
    
    The MNC is encoded in little endian format, not big endian.
    The IEs impacted are 5GS tracking area identity list, service area list
    and SOR transparent container.
    
    Bug: 16162
    Change-Id: I05acc5fb7d1c4a84f53cc5b2a21ee12c4813593d
    Reviewed-on: https://code.wireshark.org/review/34874
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  5e8b6f3   NAS 5GS: Rejected NSSAI. use correct offsets.
     add  c774714   NAS 5GS: fix dissection of PLMN in a few IEs


Summary of changes:
 epan/dissectors/packet-nas_5gs.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)