Ethereal-users: Re: [Ethereal-users] Very Urgent Question

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 8 Dec 2005 22:28:02 +0100 (CET)
On Thu, 8 Dec 2005, Miguel Marques wrote:

> Hello I'm a Portuguese university student and I'm making a capture file by
> using the command line, with tehereal.
> I can't export the file in plain text file....the command the i used
> was:* *"C:\Programas\Ethereal\tethereal.exe
> -i 2 -w captura.txt"
> The number 2 after the "-i", is the number of my interface....
> I have read the "tethereal.htm" and it says that "-*F *Set the file format
> of the output capture file written using the *-w* flag"
> But what to i have to put after "-F" so that i can save in to plain text
> file...
> I have a delivery to make very urgent..
> Tank you very much
> Miguel
>

How about: tethereal -i 2 -V -T text > captura.txt

Good luck,
Jaap