diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2017-10-13 10:42:11 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2017-10-13 10:42:11 +0100 |
commit | a0bcaa3081b80b312bef04071c56aa58d820fcf2 (patch) | |
tree | 75cf0b4f8aae0ccefbf1009ba32319c15f47303f | |
parent | 2195ab7c15f2d23328b3c67844e9bb506157e4ac (diff) | |
download | tcpdump-a0bcaa3081b80b312bef04071c56aa58d820fcf2.tar.gz |
It is once per second, not every 10 seconds.
[skip ci]
-rw-r--r-- | tcpdump.1.in | 2 | ||||
-rw-r--r-- | tcpdump.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index eb0599e5..51beccb8 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -728,7 +728,7 @@ IP and ICMP header checksum. .IP When writing to a file with the .B \-w -option, report, every 10 seconds, the number of packets captured. +option, report, once per second, the number of packets captured. .TP .B \-vv Even more verbose output. @@ -2082,7 +2082,7 @@ main(int argc, char **argv) if (ndo->ndo_vflag > 0 && WFileName && !print) { /* * When capturing to a file, if "--print" wasn't specified, - *"-v" means tcpdump should, every 10 seconds, + *"-v" means tcpdump should, once per second, * "v"erbosely report the number of packets captured. */ #ifdef USE_WIN32_MM_TIMER |