ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10037] Pipe support broken in Wireshark

Date: Fri, 25 Apr 2014 09:53:39 +0000

changed bug 10037

What Removed Added
Status UNCONFIRMED CONFIRMED
Ever confirmed   1

Comment # 3 on bug 10037 from
Actually, it appears to be a bug in *dumpcap*; if you do

    mkfifo /tmp/wspipe
    cat pipe_trace.dmp > /tmp/wspipe
    dumpcap -i /tmp/wspipe -w /tmp/badfile

The /tmp/badfile it creates is a pcap-ng file that gets an error if you try to
read it.


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