Ethereal-dev: [ethereal-dev] ethereal-0.8.3 bug??

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

From: Terry Figel <terry@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 18 Aug 2000 09:41:32 -0700
I'm not sure if this was a bug exactly,
ethereal did not compile for me, without
doing a small mod:
Redhat 6.2
libpcap rpm libpcap-0.4-19

"tethereal.c" line 590 of 1042 --56%-- col 11
  whdr.ts.tv_sec = phdr->ts.tv_sec;
  whdr.ts.tv_usec = phdr->ts.tv_usec;

Problem was timeval was a different stuct
in libpcap it was a bpf_timeval.