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

Ethereal-dev: [Ethereal-dev] [patch] NSIS Makefile.nmake

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Sun, 23 Oct 2005 20:10:09 +0200 (CEST)
Hi list,

Ethereal 0.10.13 and trunk have a glitch in the NSIS Makefile.nmake. It
still works with WinPcap_3_1_beta4.exe. The attached patch resolves this.

Thanx,
Jaap
--- Makefile.nmake.old	Sun Oct 23 20:04:27 2005
+++ Makefile.nmake	Sun Oct 23 20:04:45 2005
@@ -42,7 +42,7 @@
 !IFDEF GTK2_DIR
 	../../ethereal-gtk2.exe \
 !ENDIF
-	../../text2pcap.exe ../../mergecap.exe ../../capinfos.exe WinPcap_3_1_beta4.exe
+	../../text2pcap.exe ../../mergecap.exe ../../capinfos.exe WinPcap_3_1.exe
 DLL=../../wiretap/wiretap-$(WTAP_VERSION).dll
 DOC=../../doc/ethereal.html		\
 	../../doc/tethereal.html	\