Ethereal-dev: Re: [Ethereal-dev] text2pcap with Timecodes - Patch Files

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 23 Nov 2001 16:27:55 -0800
On Thu, Nov 22, 2001 at 08:14:44PM -0000, Gordon McKinney wrote:
> Here are the patches to enable text2pcap to parse time codes. I have also
> enclosed an example capture file.

Should "timecode.tm_isdst" be set to 0, or -1, before calling
"mktime()"?  0 means "it's definitely not daylight savings time/summer
time", -1 means "I don't know whether it's daylight savings time/summer
time or not, try to figure out which one it is".