Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: [Ethereal-users] Can I execute ethereal without graphics mode?

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 17 Oct 2002 15:29:02 -0700
On Thu, Oct 17, 2002 at 10:24:39PM +0000, cybercosmos cosmos wrote:
> Can I execute ethereal without graphics mode?

No.

> I like capture the trafic and I want to analyze it in another PC
> 
> How can I do?

By using a non-graphical capture program, such as tcpdump (use "-s
65535" as a command-line option, to capture all the data in a packet,
unless you don't want all the data) or Tethereal, saving the capture to
a file with the "-w" flag, and reading that file on the other PC.