Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] A few Win32 compile issues

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: Sat, 11 Sep 2004 16:17:05 -0700
David Richards wrote:

1. libethereal.def in epan directory lists a few symbols that are not included in the ibethereal build. They are all from util.c which is not included in the libethereal build. I attached a diff file.

Checked in.  (I assume you used to be d_m_richards@xxxxxxxxx.)

"diff -c" or "diff -u" output is generally better, as it's more robust in the face of independent changes to the file (and makes it clearer whether the diff is forward or reverse).

2. I added /DWIN32 to LOCAL_LCFLAGS in config.nmake to prevent PCAP.H from trying to #include <sys/time>.

That's WinPcap's pcap.h?

3. Line 3818 of proto.c complains about a bad escape sequence - there's a format line with '...\t\%s...'. I attached the snippet from that file as well.

That was probably supposed to be "...\t%s..."; I've checked that in.