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

Ethereal-users: Re: [Ethereal-users] Tethereal can, Ethereal cannot

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 19 May 2005 02:45:37 -0700
Jeetendra Singh wrote:

but ethereal is not able to display the captured packets. Am using following command:
    "ethereal -i /tmp/myfifo -kl"
Ethereal just says that theres nothing to display as no data has been captured.

Ethereal's opening the pipe in non-blocking mode, but it's not turning non-blocking mode off on the pipe once that completes, so if it tries reading from the pipe before something opens the pipe for writing, it'll get an EOF and assume that there's nothing more to read.