From 2bcc8dbf267bb33aae5c62d93653b0e1d3105a1b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 28 Nov 2018 17:08:27 -0800 Subject: NSIS: Install NPcap instead of WinPcap. Install NPcap 0.99-r7 instead of WinPcap in the NSIS installer. Update and/or remove installer text, variables, and variable names accordingly. Change-Id: Ied36f00c2516127969894f55698e70401dfffb4f Reviewed-on: https://code.wireshark.org/review/30829 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- cmake/modules/FindPCAP.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/modules/FindPCAP.cmake') diff --git a/cmake/modules/FindPCAP.cmake b/cmake/modules/FindPCAP.cmake index 5bcf96cd20..d31e3c9e90 100644 --- a/cmake/modules/FindPCAP.cmake +++ b/cmake/modules/FindPCAP.cmake @@ -54,7 +54,7 @@ if( PCAP_FOUND ) set( CMAKE_REQUIRED_LIBRARIES ${PCAP_LIBRARIES} ) if(WIN32) - # Prepopulate some values. WinPcap and NPcap always have these and + # Prepopulate some values. WinPcap and Npcap always have these and # compilation checks on Windows can be slow. set(HAVE_PCAP_OPEN_DEAD TRUE) set(HAVE_PCAP_FREECODE TRUE) -- cgit v1.2.3