Wireshark-commits: [Wireshark-commits] master 7f92c24: Widen some variables.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Jul 2016 02:09:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7f92c24fafcdfe57b4564536a824f323f586939c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7f92c24 by Guy Harris (guy@xxxxxxxxxxxx):

    Widen some variables.
    
    Perhaps they cannot ever have values > 65535, but there's really no
    benefit to restricting them to 16 bits on the 32-bit and 64-bit
    platforms on which we run, and this might address what CID 1364088 is
    *really* complaining about.
    
    Change-Id: I5238261d04783401873de89469f8e2906554add4
    Reviewed-on: https://code.wireshark.org/review/16454
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9397b26   tvbtest.c - Fix printf style argument types
    adds  7f92c24   Widen some variables.


Summary of changes:
 plugins/docsis/packet-dpd.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)