Wireshark-commits: [Wireshark-commits] master 770a873: Add ws_hexstrtou{bits} and use ws_hexstrtou3

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 16 Sep 2016 17:42:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=770a8737d7dd0772078d4711fce186c6b3915b20
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

770a873 by Guy Harris (guy@xxxxxxxxxxxx):

    Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.
    
    Make the reply length unsigned - there's no reason for it to be signed.
    
    Change-Id: I5f4d1f027eeddee939547c052220efb89800f4b1
    Reviewed-on: https://code.wireshark.org/review/17740
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1ca260b   udpdump: use socket_handle_t instead of int for portability.
    adds  770a873   Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.


Summary of changes:
 extcap/androiddump.c |    8 +++-
 wsutil/strtoi.c      |  106 ++++++++++++++++++++++++++++++--------------------
 wsutil/strtoi.h      |   20 +++++++++-
 3 files changed, 88 insertions(+), 46 deletions(-)