From: Guy Harris Date: Tue, 11 Dec 2018 03:22:39 +0000 (-0800) Subject: Build with the Npcap SDK as well as the WinPcap SDK. X-Git-Tag: tcpdump-4.99-bp~958 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/54772a25678fbe8ac836db7a02a5c98dde4e16cf Build with the Npcap SDK as well as the WinPcap SDK. --- diff --git a/.appveyor.yml b/.appveyor.yml index 720b9c49..42ba54be 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,6 +12,8 @@ matrix: install: - appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32 + - appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-0.1.zip + - 7z x .\npcap-sdk-0.1.zip -oc:\projects\libpcap\Win32 environment: matrix: @@ -19,6 +21,10 @@ environment: SDK: WpdPack - GENERATOR: "Visual Studio 14 2015 Win64" SDK: WpdPack + - GENERATOR: "Visual Studio 14 2015" + SDK: npcap-sdk-0.1 + - GENERATOR: "Visual Studio 14 2015 Win64" + SDK: npcap-sdk-0.1 build_script: #