diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-07-02 19:14:49 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-07-02 19:14:49 +0200 |
commit | 9d6b61de386cca4a155120b7b9ba87c0cb94eed1 (patch) | |
tree | a2d653055cf2315124e29c5ab7a1a50cc4420fc3 /INSTALL.txt | |
parent | c9c3d3cfdf3a926e02114cfe611ffe20167ab5f4 (diff) | |
download | tcpdump-9d6b61de386cca4a155120b7b9ba87c0cb94eed1.tar.gz |
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
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 5aefc458..39e12f8b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -207,6 +207,7 @@ stime.awk - TCP send awk script tcp.h - TCP definitions tcpdump.1 - manual entry tcpdump.c - main program +timeval-operations.h - timeval operations macros udp.h - UDP definitions util.c - utility routines vfprintf.c - emulation routine |