Wireshark-commits: [Wireshark-commits] master 6d150bd: RRC: Reconstruct MCC-MNC pairs in PLMN-Ident

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Sep 2019 07:56:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d150bdf6272f5d0df5de86d71e0c7fabf479e7c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6d150bd by Darien Spencer (cusneud@xxxxxxxx):

    RRC: Reconstruct MCC-MNC pairs in PLMN-IdentityWithOptionalMCC element
    
    In this patch when a 'PLMN-IdentityWithOptionalMCC'
    field is found where MCC is missing but a MCC was seen previously
    in the packet, the last MCC will be used for E.212 dissection.
    
    Change-Id: I6bda9540f63acc693751606c1f99d6aa9539bd98
    Reviewed-on: https://code.wireshark.org/review/33925
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2e174bc   appdata: rename updatecontact to update_contact to be more compliant
     add  6d150bd   RRC: Reconstruct MCC-MNC pairs in PLMN-IdentityWithOptionalMCC element


Summary of changes:
 epan/dissectors/asn1/rrc/packet-rrc-template.c |  13 +++
 epan/dissectors/asn1/rrc/rrc.cnf               |  45 +++++++-
 epan/dissectors/packet-rrc.c                   | 138 +++++++++++++++++--------
 3 files changed, 150 insertions(+), 46 deletions(-)