summaryrefslogtreecommitdiff
path: root/flowtop.8
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-10-27 11:43:29 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-10-27 11:43:29 +0100
commit7b24d95cffcf889c59b5e6706cddb53b26b6aa69 (patch)
treea89b09d3412ac6658be81ea5df9e0b7648a60d62 /flowtop.8
parent830ba03c8a52c5a158e94cba463a3ccaf0e6b62f (diff)
flowtop: Add command-line option to disable GeoIP lookup
Add option -G,--no-geoip which allows to disable GeoIP 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 7259e1d..d85284a 100644
--- a/flowtop.8
+++ b/flowtop.8
@@ -107,6 +107,10 @@ Display SCTP flows.
Don't perform hostname lookup. Only numeric addresses will be shown for flow
endpoints.
.PP
+.SS -G, --no-geoip
+Don't perform GeoIP lookup. No geographical information will be shown for flow
+endpoints.
+.PP
.SS -s, --show-src
Also show source information of the flow, not only destination information.
.PP