Wireshark-bugs: [Wireshark-bugs] [Bug 9710] allow tshark to read from pipe
Date: Sat, 25 Oct 2014 23:22:07 +0000

changed bug 9710


What Removed Added
Status CONFIRMED INCOMPLETE

Comment # 9 on bug 9710 from
(In reply to Peter Hatina from comment #0)
> Tshark currently can't read from a pipe. E.g., when using process
> substitution, this crashes: tshark -r <(xzcat large_file.pcapng.xz)

This worked for me:

   tshark -r <(gzcat ~/captures-too-big/afscrash.pcap.gz) 

with:

    $ ls -l ~/captures-too-big/afscrash.pcap.gz
    -rw-r--r--  1 gharris  staff  265535488 Oct 10  2007
/Users/gharris/captures-too-big/afscrash.pcap.gz

with the code at the top of the trunk as of 2014-10-25 23:21:23 UTC.

Does your example still fail with the code at the top of the trunk?


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