URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a8676c2fd756176136ec48c1dace955ebebe640c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a8676c2 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
    Fix dissection of BCD numbers
    
    Do not use of tvb_get_string(): what we really want is the byte string, not an ASCII string
    
    Change-Id: I8b9a8b7ccacbdaf6d9525771ff8ed883ba01ad34
    Reviewed-on: https://code.wireshark.org/review/329
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    
Actions performed:
    from  1678b0a   Remove deprecated TVB APIs
    adds  a8676c2   Fix dissection of BCD numbers
Summary of changes:
 epan/dissectors/packet-gsm_a_common.c |    8 +++-----
 epan/dissectors/packet-gsm_a_dtap.c   |   12 +++++-------
 2 files changed, 8 insertions(+), 12 deletions(-)