]> The Tcpdump Group git mirrors - tcpdump/commit
Fix display of timestamps with -ttt and -ttttt options
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 2 Jul 2015 17:14:49 +0000 (19:14 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 2 Jul 2015 17:14:49 +0000 (19:14 +0200)
commit9d6b61de386cca4a155120b7b9ba87c0cb94eed1
treea2d653055cf2315124e29c5ab7a1a50cc4420fc3
parentc9c3d3cfdf3a926e02114cfe611ffe20167ab5f4
Fix display of timestamps with -ttt and -ttttt options

- Fix display of some nanoseconds timestamps
For example, bad print 00:-16:-2.000851566 is now 00:00:00.037851566

- Fix display of timestamp of a packet when it is lower than previous one
For example, bad print 00:00:-1.000999790 is now -00:00:00.000000210
INSTALL.txt
Makefile.in
timeval-operations.h [new file with mode: 0644]
util-print.c