Wireshark-commits: [Wireshark-commits] master-2.0 07db3ab: Decode TBCD strings in GSM MAP as per th

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 Jan 2017 07:25:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07db3ab604c6bad3655e18515f687daec3e88330
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

07db3ab by Guy Harris (guy@xxxxxxxxxxxx):

    Decode TBCD strings in GSM MAP as per the GSM MAP spec.
    
    Hex digits 0xa through 0xe are '*', '#', 'a', 'b', and 'c',
    respectively.
    
    Constify the dgt_set_t argument to tvb_bcd_dig_to_wmem_packet_str(),
    while we're at it.
    
    Bug: 13316
    Change-Id: I926052654445f1c7b97de8e47c8bd170b415be59
    Reviewed-on: https://code.wireshark.org/review/19622
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4c4a1b0   [Automatic update for 2017-01-08]
    adds  07db3ab   Decode TBCD strings in GSM MAP as per the GSM MAP spec.


Summary of changes:
 asn1/gsm_map/gsm_map.cnf         |    9 +++-
 epan/dissectors/packet-gsm_map.c |   95 ++++++++++++++++++++------------------
 epan/tvbuff.c                    |    4 +-
 epan/tvbuff.h                    |    3 +-
 4 files changed, 63 insertions(+), 48 deletions(-)