summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2017-03-12 23:10:41 +0100
committerJörg Mayer <jmayer@loplof.de>2017-03-12 22:32:05 +0000
commit7f2a39f9ba7541c6a2ec609f096b09ee135e0673 (patch)
tree7696b910ae84929a96da97be909cab938e55245e
parent16c8bff15ad20e1a4c11e116ff29f36f527ffded (diff)
downloadwireshark-7f2a39f9ba7541c6a2ec609f096b09ee135e0673.tar.gz
rpcap URLs *require* the :<port> argument for remote capture - update manpage.
Change-Id: Iabae39347bc0058d106a9b00d81629899bc93249 Reviewed-on: https://code.wireshark.org/review/20526 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
-rw-r--r--doc/dumpcap.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index b0b1483a4b..67b20eecc5 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -16,7 +16,7 @@ S<[ B<-D> ]>
S<[ B<-f> E<lt>capture filterE<gt> ]>
S<[ B<-g> ]>
S<[ B<-h> ]>
-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> E<lt>capture interfaceE<gt>|rpcap://E<lt>hostE<gt>:E<lt>portE<gt>/E<lt>capture interfaceE<gt>|TCP@E<lt>hostE<gt>:E<lt>portE<gt>|- ]>
S<[ B<-I> ]>
S<[ B<-L> ]>
S<[ B<-M> ]>
@@ -199,7 +199,7 @@ user's group).
Print the version and options and exits.
-=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>|-
+=item -i E<lt>capture interfaceE<gt>|rpcap://E<lt>hostE<gt>:E<lt>portE<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.