Wireshark-commits: [Wireshark-commits] master 7417436: Fix bin2hex().

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Oct 2016 22:12:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=74174367ff72257a7bd485f9a48c3c3667bd8e3b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7417436 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix bin2hex().
    
    It was repeatedly overwriting the first character in the buffer, rather
    than appending characters.
    
    Change-Id: Ie34d194d69ac3d685416323c93764aa401d78faa
    Reviewed-on: https://code.wireshark.org/review/18209
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5d5f58f   megaco: use ws_strtoi function.
    adds  7417436   Fix bin2hex().


Summary of changes:
 epan/dissectors/packet-iso8583.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)