On Mon, Aug 11, 2003 at 09:42:30PM +0430, Masoud Kalali wrote: > I build a nightly version of ethereal. > but it say --The file "c:\dump.txt" is not a capture file in a format > Ethereal understands---- > filke format is snoop format one > and i make it by tethereal.exe with switch -F snoop
What was the exact command you used to produce the file? The ".txt" makes me suspect it's a text file, not a snoop file. To use "-F snoop" with Tethereal to produce a snoop file, you also have to use the "-w" flag - if you run Tethereal without the "-w" flag, it just produces a textual dissection of the packets, not a binary packet capture file that Ethereal or Tethereal can read.