summaryrefslogtreecommitdiff
path: root/flowtop.8
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-10-27 02:00:48 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-10-27 11:38:20 +0100
commit830ba03c8a52c5a158e94cba463a3ccaf0e6b62f (patch)
tree0b4d70158401f3d6cfb147b124170ed02f3aaad4 /flowtop.8
parent5a59952a9ae0820b939572454374b9df03f04c44 (diff)
flowtop: Add command-line option to disable hostname lookup
Add option -n,--no-dns which allows to disable hostname lookup. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> [tk: Minor wording tweaks] Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop.8')
-rw-r--r--flowtop.84
1 files changed, 4 insertions, 0 deletions
diff --git a/flowtop.8 b/flowtop.8
index faa1da1..7259e1d 100644
--- a/flowtop.8
+++ b/flowtop.8
@@ -103,6 +103,10 @@ Display ICMP version 4 and version 6 flows.
.SS -S, --sctp
Display SCTP flows.
.PP
+.SS -n, --no-dns
+Don't perform hostname lookup. Only numeric addresses will be shown for flow
+endpoints.
+.PP
.SS -s, --show-src
Also show source information of the flow, not only destination information.
.PP