Wireshark-commits: [Wireshark-commits] master-2.0 1f87572: E.212: fix identification of PLMNs with

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Nov 2016 16:36:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f875721bb0e0eb6c22017b03ebfcc8ecd1399ca
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

1f87572 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    E.212: fix identification of PLMNs with 3 digits MNC ending with a 0
    
    Split PLMNs arrays in 2 so as to clearly konw if the MNC is 2 or 3 digits long
    
    Bug: 13092
    Change-Id: Ic5f776f3c1e5141f8739bf2137ebd046f7e4a0d6
    Reviewed-on: https://code.wireshark.org/review/18679
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit f894379ea73619d6c31e5c4932d93e307741ffec)
    Conflicts:
    	epan/dissectors/packet-e212.c
    	epan/dissectors/packet-e212.h
    	epan/dissectors/packet-eap.c
    Reviewed-on: https://code.wireshark.org/review/18690
    

Actions performed:

    from  4a2c689   [Automatic update for 2016-11-06]
    adds  1f87572   E.212: fix identification of PLMNs with 3 digits MNC ending with a 0


Summary of changes:
 epan/dissectors/packet-e212.c | 2987 ++++++++++++++++++++++-------------------
 1 file changed, 1584 insertions(+), 1403 deletions(-)