aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-11-29 00:32:39 +0000
committerGerald Combs <gerald@wireshark.org>2012-11-29 00:32:39 +0000
commitbd19dcd8bff25a03596baf087a937b77d729ba8a (patch)
tree9cd6c209486126211f58a89202e06344738c086f /doc
parent40a22181105ebbd52315408274b0d735fb40ffc0 (diff)
Add an add_hosts_file routine that adds a "hosts" path to an array and
use it in tshark.c instead of read_hosts_file. This lets us use "-H" multiple times. Make read_hosts_file static. svn path=/trunk/; revision=46273
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index ec4f743070..22ef5d7b6c 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -433,7 +433,7 @@ Print the version and options and exits.
=item -H E<lt>input hosts fileE<gt>
Read a list of entries from a "hosts" file, which will then be written
-to a capture file. Implies B<-W n>.
+to a capture file. Implies B<-W n>. Can be called multiple times.
The "hosts" file format is documented at
L<http://en.wikipedia.org/wiki/Hosts_(file)>.