Hi,
To display using GMT, if you use the cmd.exe command shell (which is the default on windows XP, for example)
you simply type the command:
set TZ=GMT
before you type the command to run ethereal.
you can put both commands in an batch file and make a short cut to it if you like...
-------------------
John Vincent.
-----Original Message-----
Message: 17
Date: Tue, 29 Jun 2004 00:05:40 -0700
From: Guy Harris <gharris@xxxxxxxxx>
Subject: Re: [Ethereal-users] Setting Time Zone
To: Ethereal user support <ethereal-users@xxxxxxxxxxxx>
Message-ID: <20040629000540.C251@xxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=us-ascii
On Mon, Jun 28, 2004 at 06:01:43PM +0100, Marc Dver wrote:
> How do I set the time zone for logging? What I would like to do is have
> my computer set for my real time zone (because I have a program that
> depends on having the correct time zone set) and have Ethereal log
> events based on GMT.
If by "log events based on GMT" you mean "log packets to a capture file
and have the packet time stamps in the capture file be in GMT", the way
you do that is to run Ethereal - time stamps in libpcap capture files
are in GMT.
If you want Ethereal to *display* them in GMT, that's relatively easy in
UN*X, as per Justin Walker's message, but I have no idea how to make it
do so in Windows.
**********************************************