summaryrefslogtreecommitdiff
path: root/doc/editcap.pod
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-08 23:13:58 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-08 23:13:58 +0000
commit26a40dd999a15ebc45130b8b77c509ef93aa94e8 (patch)
tree2cd6d1bf8a0bff1ad754d9509456cc98a81d4841 /doc/editcap.pod
parentff378fd1edf5bde7f657dcf6b4f079aaf0bd7d67 (diff)
downloadwireshark-26a40dd999a15ebc45130b8b77c509ef93aa94e8.tar.gz
editcap does not support the -H and -W options, remove the description of
those options (which had been cut-n-paste from the tshark man page). For editcap to support these options it would either need to be linked against libwireshark or the address resolution stuff would need to be moved from libwireshark to, for example, libwsutil. svn path=/trunk/; revision=45975
Diffstat (limited to 'doc/editcap.pod')
-rw-r--r--doc/editcap.pod26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index b2dc187731..ec9338bfe7 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -13,7 +13,6 @@ S<[ B<-C> E<lt>choplenE<gt> ]>
S<[ B<-E> E<lt>error probabilityE<gt> ]>
S<[ B<-F> E<lt>file formatE<gt> ]>
S<[ B<-h> ]>
-S<[ B<-H> E<lt>input hosts file<gt> ]>
S<[ B<-i> E<lt>seconds per fileE<gt> ]>
S<[ B<-r> ]>
S<[ B<-s> E<lt>snaplenE<gt> ]>
@@ -21,7 +20,6 @@ S<[ B<-S> E<lt>strict time adjustmentE<gt> ]>
S<[ B<-t> E<lt>time adjustmentE<gt> ]>
S<[ B<-T> E<lt>encapsulation typeE<gt> ]>
S<[ B<-v> ]>
-S<[ B<-W> E<lt>file format optionE<gt>]>
I<infile>
I<outfile>
S<[ I<packet#>[-I<packet#>] ... ]>
@@ -144,14 +142,6 @@ is the B<libpcap> format.
Prints the version and options and exits.
-=item -H E<lt>input "hosts" fileE<gt>
-
-Read a list of address to host name mappings and include the result in
-the output file. Implies B<-W n>.
-
-The input file format is described at
-L<http://en.wikipedia.org/wiki/Hosts_%28file%29>.
-
=item -i E<lt>seconds per fileE<gt>
Splits the packet output to different files based on uniform time intervals
@@ -277,22 +267,6 @@ NOTE: The B<-w> option assumes that the packets are in chronological order.
If the packets are NOT in chronological order then the B<-w> duplication
removal option may not identify some duplicates.
-=item -W E<lt>file format optionE<gt>
-
-Save extra information in the file if the format supports it. For
-example,
-
- -F pcapng -W n
-
-will save host name resolution records along with captured packets.
-
-Future versions of Wireshark may automatically change the capture format to
-B<pcapng> as needed.
-
-The argument is a string that may contain the following letter:
-
-B<n> write network address resolution information (pcapng only)
-
=back
=head1 EXAMPLES