Wireshark-commits: [Wireshark-commits] master 24fd16d: tap-iostat.c: ensure that interval is set to
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Aug 2016 11:54:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=24fd16d86553279ca3fe8f651d85cace14edfc6c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

24fd16d 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>
    

Actions performed:

    from  09a6383   telnet: remove meaningless line (CID 1372125).
    adds  24fd16d   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(-)