ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] (no subject)

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Sat, 3 Feb 2007 10:26:59 +0100 (CET)
Hi list,

Going over the tarball on Win32 I've found some cruft in config.nmake.
Hopefully someone with insight can set these straight.


# Support for GTK 2.10 is currently experimental ...
GTK2_INST_VERSION=2.10
PANGO_INST_VERSION=1.14

Is it experimental?


WINPCAP_VERSION=3.1
# XXX - what to set for 4.0 beta 1?

Weren't we at 4.0? Which may have consequence for this

!IFDEF PCAP_DIR
# Nmake uses carets to escape special characters
WINPCAP_CONFIG=^#define HAVE_LIBPCAP 1
!IF "$(WINPCAP_VERSION)" == "3.0" || "$(WINPCAP_VERSION)" == "3.1"

And when you make the setup target you get the WpdPack for 3.1

!IFDEF PCAP_DIR
	@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
		. WpdPack_3_1.zip
!ENDIF

Thanx,
Jaap