Wireshark-commits: [Wireshark-commits] master-2.0 184292b: tap-iostat.c: ensure that interval is se
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Aug 2016 15:06:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=184292b9807df82994f6b13f6a5a5af982741e03
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

184292b by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    tap-iostat.c: ensure that interval is set to its maximum value when using 0
    
    Otherwise the statistics will be wrong if the capture duration is greater
    than G_MAXINT32 and it the user specifies an interval of 0
    
    Bug: 12778
    Change-Id: I83a0f627ec0bb7c535446c17afa486835091ab8b
    Reviewed-on: https://code.wireshark.org/review/17367
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 24fd16d86553279ca3fe8f651d85cace14edfc6c)
    Reviewed-on: https://code.wireshark.org/review/17369
    (cherry picked from commit 5d9f67f136cd3084c7925a47d21abdc1f40bcb78)
    Reviewed-on: https://code.wireshark.org/review/17370
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  90d0a21   [Automatic update for 2016-08-28]
    adds  184292b   tap-iostat.c: ensure that interval is set to its maximum value when using 0


Summary of changes:
 ui/cli/tap-iostat.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)