Ethereal-dev: Re: [jw@xxxxxxxx: Re: [ethereal-dev] compilation-error with ethereal 0.8.2]

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: Wed, 26 Jan 2000 14:43:54 -0800 (PST)
> Apparently the SuSE 6.3 pcap.h file uses a struct bpf_timeval...

That *might* be something that I think Assar Westerlund (assuming I have
the name right; it's from memory) checked into the "tcpdump.org" tree,
or perhaps they did it independently; the idea is not to make the
on-disk file format of tcpdump files dependent on whether the "tv_sec"
and "tv_usec" fields of a "struct timeval" are 32 bits or 64 bits.

I'll change the Ethereal code to copy the members one at a time.