Wireshark-commits: [Wireshark-commits] master 863b664: Replace a couple of implementations of unpac

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Aug 2014 20:24:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=863b6646d6995b7f0a7c70aad845c7bb3f00dbc7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

863b664 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wmem_packet_str().
    
    Change-Id: Ic9e740345fb3a748f6df4f624441bb947bbd9429
    Reviewed-on: https://code.wireshark.org/review/3797
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2d74838   Decode the 3GPP MSISDN AVP using the E.164 routines.
    adds  863b664   Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wmem_packet_str().


Summary of changes:
 asn1/gsm_map/gsm_map.cnf               |    4 +--
 asn1/gsm_map/packet-gsm_map-template.c |   38 +---------------------
 asn1/gsm_map/packet-gsm_map-template.h |    1 -
 epan/dissectors/packet-bssap.c         |   55 +++-----------------------------
 epan/dissectors/packet-gsm_map.c       |   54 ++++++-------------------------
 epan/dissectors/packet-gsm_map.h       |    3 +-
 epan/dissectors/packet-gtp.c           |    2 +-
 7 files changed, 18 insertions(+), 139 deletions(-)