forked from osmocom/wireshark
dumpcap: add some more documentation of "-i TCP@<host>:<port>".
Add a mention of the meaning of the "TCP@<host>:<port>" syntax in the text about the -i option.pespin/osmux-wip
parent
62c1f9e1a9
commit
778fc283a7
|
@ -268,6 +268,9 @@ of the form "\\pipe\.\*pipename*". Data read from pipes must be in
|
|||
standard pcapng or pcap format. Pcapng data must have the same
|
||||
endianness as the capturing host.
|
||||
|
||||
"TCP@<host>:<port>" causes *Dumpcap* to attempt to connect to the
|
||||
specified port on the specified host and read pcapng or pcap data.
|
||||
|
||||
This option can occur multiple times. When capturing from multiple
|
||||
interfaces, the capture file will be saved in pcapng format.
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue