Wireshark-commits: [Wireshark-commits] master afec93c: More type cleanup to squelch warnings.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Apr 2015 20:41:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afec93cb79f7edafac505491416560c1604164ca
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

afec93c by Guy Harris (guy@xxxxxxxxxxxx):

    More type cleanup to squelch warnings.
    
    Make exported_pdu_headers_size a size_t to make it big enough.  Make
    used_buffer_length a size_t as it doesn't go negative and gets compared
    with unsigned values.  Cast length to size_t when comparing it with
    used_buffer_length - by that time, we've ensured that it's not negative.
    
    Change-Id: Ie192eee55914ebe548865d46575768964353ea2d
    Reviewed-on: https://code.wireshark.org/review/8021
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  08c083a   androiddump: fix a typo
    adds  afec93c   More type cleanup to squelch warnings.


Summary of changes:
 extcap/androiddump.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)