Wireshark-commits: [Wireshark-commits] master-1.12 8194323: Replace my_dgt_tbcd_unpack with the saf

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 29 Nov 2015 17:35:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8194323b2f53b9f5accc85d9a005eba1d029c91a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8194323 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_to_wmem_packet_str.
    
    Bug: 11797
    Change-Id: Iecca888d68e7710b871fa67af2a1174a294d9594
    Reviewed-on: https://code.wireshark.org/review/12273
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  8f04763   [Automatic update for 2015-11-29]
    adds  8194323   Replace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_to_wmem_packet_str.


Summary of changes:
 epan/dissectors/packet-ansi_a.c       |  139 ++++++++-------------------------
 epan/dissectors/packet-gsm_a_common.c |   61 ++-------------
 epan/dissectors/packet-gsm_a_common.h |    6 --
 epan/dissectors/packet-gsm_a_dtap.c   |   12 +--
 4 files changed, 39 insertions(+), 179 deletions(-)