]> 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 18:21:00 +0000 (20:21 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 2 Jul 2015 18:21:00 +0000 (20:21 +0200)
commit21aeb0865a15b20414b93191f1a94797c0f17bf7
treec1f630fac10dcc759310f62fae240d9f38aa6a0d
parent7c80515e3bfb1973e0afc3bad755995748388353
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.c