Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9533] Piping dumpcap to tshark results not stable

Date: Mon, 09 Dec 2013 17:29:53 +0000

Comment # 1 on bug 9533 from
> dumpcap -i eth0 -w - | tshark -T psml -PS -l -r -

The syntax of your command is not correct for Wireshark 1.10.3.  Once you fix
your syntax, the problem is that tshark doesn't currently handle reading
pcap-ng files from a pipe.  To work around that, use pass the '-P' option to
dumpcap, i.e., try something like the following:

    dumpcap -i eth0 -P -w - | tshark -T psml -P -l -i -


You are receiving this mail because:
  • You are watching all bug changes.