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

Wireshark-dev: Re: [Wireshark-dev] CMake status

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 5 Jan 2015 15:54:02 -0800
On Jan 5, 2015, at 3:11 PM, Graham Bloice <graham.bloice@xxxxxxxxxxxxx> wrote:

> FWIW my current Windows CMake list of tasks to do (in no particular order):
> 	• Add zlib to build.

What remains to be done there?  The buildbot Win32 and Win64 builds both appear to be picking up zlib.

Or do you mean "build zlib as part of the build process"?

> 	• Fix compile warnings.

Are there compile warnings we're getting from the CMake build that we're not getting from the nmake build?

> 	• Fix CMake warnings.
> 	• Fix WinPcap version number for compile.

That information isn't available from WinPcap itself.

But it's not available from libpcap itself, either, and we don't report it with libpcap; should we just stop reporting it with WinPcap as well?

(The version of *pcap with which we're *running* is available with newer versions of libpcap and WinPcap, because I added pcap_lib_version() to libpcap a while ago.)