ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] bugfix - time reference frame

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 18 Sep 2003 21:53:36 -0700

On Sep 18, 2003, at 5:14 PM, Lars Roland wrote:

attached is a small bugfix.
It sets the initial value of flags.ref_time to "0".

Checked in.

Tethereal on Win32 used "1" as default value.

Actually, there is no default, *per se* - as it was uninitialized, it'd be set to whatever bit happened to be there before the structure was allocated.