diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-10-27 02:00:48 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-10-27 11:38:20 +0100 |
commit | 830ba03c8a52c5a158e94cba463a3ccaf0e6b62f (patch) | |
tree | 0b4d70158401f3d6cfb147b124170ed02f3aaad4 /flowtop.8 | |
parent | 5a59952a9ae0820b939572454374b9df03f04c44 (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.8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |