diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2012-06-08 13:55:14 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2012-06-08 13:55:14 +0000 |
commit | 11204066a8aa38f3de86671d0d77b5d5050d4e91 (patch) | |
tree | 28845e6457880b66ed3d868af83f6f034f0438e2 /doc/dumpcap.pod | |
parent | 74f85a07c067c3728be5331a5e62a911038b1db1 (diff) | |
download | wireshark-11204066a8aa38f3de86671d0d77b5d5050d4e91.tar.gz wireshark-11204066a8aa38f3de86671d0d77b5d5050d4e91.tar.bz2 wireshark-11204066a8aa38f3de86671d0d77b5d5050d4e91.zip |
Some minimal documentation of remote capture interface formats for both rpcap and the new TCP feature from bug 2788.
svn path=/trunk/; revision=43156
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r-- | doc/dumpcap.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod index 0d97d74752..a99efef4e7 100644 --- a/doc/dumpcap.pod +++ b/doc/dumpcap.pod @@ -14,7 +14,7 @@ S<[ B<-d> ]> S<[ B<-D> ]> S<[ B<-f> E<lt>capture filterE<gt> ]> S<[ B<-h> ]> -S<[ B<-i> E<lt>capture interfaceE<gt>|- ]> +S<[ B<-i> E<lt>capture interfaceE<gt>|rpcap://E<lt>hostE<gt>/E<lt>capture interfaceE<gt>|TCP@E<lt>hostE<gt>:E<lt>portE<gt>|- ]> S<[ B<-I> ]> S<[ B<-L> ]> S<[ B<-M> ]> @@ -177,7 +177,7 @@ the default capture filter expression is used if provided. Print the version and options and exits. -=item -i E<lt>capture interfaceE<gt>|- +=item -i E<lt>capture interfaceE<gt>|rpcap://E<lt>hostE<gt>/E<lt>capture interfaceE<gt>|TCP@E<lt>hostE<gt>:E<lt>portE<gt>|- Set the name of the network interface or pipe to use for live packet capture. |