Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 14603ea: Fix some narrowing warnings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 Dec 2016 08:26:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=14603ea3764ccdfbe4bc2586d0cd70feea8412e2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

14603ea by Guy Harris (guy@xxxxxxxxxxxx):

    Fix some narrowing warnings.
    
    Don't narrow values until it's necessary, and then put in explicit casts
    to indicate that the narrowing is intentional.
    
    Change-Id: I8afc2a457822febbed33cee573953993013a7185
    Reviewed-on: https://code.wireshark.org/review/19423
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  45553db   packetbb: Add decoding for TLV with single value
    adds  14603ea   Fix some narrowing warnings.


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