Wireshark-commits: [Wireshark-commits] master 5b216db: e212: fix for e212.sai in GTP	packet
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b216db2876904400e7442805d6a7b52ddb4e0bc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5b216db by Hessam Jalali (hessam.jalali@xxxxxxxxx):
    e212: fix for e212.sai in GTP packet
    
    geo location type 1 represents SAI, but for GTP v1 it is returned as e212, hence not aggregating with GTP v2
    the patch also opens up a way to add e212.cgi (Cell Global Identity) which is shared between GTP vesions.
    
    Change-Id: I853cd26037533aac2735b9d965793362c16f3f04
    Reviewed-on: https://code.wireshark.org/review/18428
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  446dbea   Fix a couple typos in the Diameter XML.
    adds  5b216db   e212: fix for e212.sai in GTP packet
Summary of changes:
 epan/dissectors/packet-gsm_a_bssmap.c |   12 +++++++++---
 epan/dissectors/packet-gsm_a_common.h |    2 ++
 epan/dissectors/packet-gtp.c          |    4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)