URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94585570c5b7922dc837fe6df3118426d01c4f7d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
9458557 by Michael Mann (mmann78@xxxxxxxxxxxx):
Check for negative nanoseconds in io,stat tap.
Seconds were already being checked for negative values, but if there is
only a fraction of a second, the negative check wasn't being done,
which led to bad results.
Bug: 9014
Change-Id: I820e0a4b1384330acebf4a632a04f7840db2288b
Reviewed-on: https://code.wireshark.org/review/16046
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit e6481a9e882ed9b34abd2d898c9a12f3ca56d91e)
Reviewed-on: https://code.wireshark.org/review/16066
Actions performed:
from 46d6af4 [H248-Q1950] Correct signal ids.
adds 9458557 Check for negative nanoseconds in io,stat tap.
Summary of changes:
ui/cli/tap-iostat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)