Ethereal-dev: Re: [Ethereal-dev] Query: Does ethereal supports any SS7 card or OSPIPE's ?

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

Date: Thu, 19 May 2005 15:45:22 +0530
Hi Michael,
    I tried reading from FIFO but it fails.
Tethereal is able to show the captured data using "tethereal -i /tmp/datafifo" but ethereal is not able to display the captured packet.
For detailed information please refer following mail that we posted on ethereal-user list (subject: [Ethereal-users] Tethereal can, Ethereal cannot)
 
------------------------------------------------------------------
I am using named pipes (FIFO) to read captured data. My problem is that Tethereal is able to show the captured data using
    "tethereal -i /tmp/myfifo"

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. I can confirm that its reading the right FIFO as it does identify a wrong formatted data, whenever I try to write some junk data (read non-pcap conforming data) on the pipe.

Following command is being used in both the above cases to write captured data on FIFO
    "cat packets.pcap > /tmp/myfifo"   /* myfifo has been created using "mknod p"*/

Ironically, the file "packets.pcap" has been created after capturing data on my host's network interface using *Ethereal* itself.
------------------------------------------------------------------
 
Thanks in Advance,
Amit Dang