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
This commit is contained in:
Jeff Morriss 2012-11-08 23:13:58 +00:00
parent ff378fd1ed
commit 26a40dd999
1 changed files with 0 additions and 26 deletions

View File

@ -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