]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Build with the Npcap SDK as well as the WinPcap SDK.
authorGuy Harris <[email protected]>
Tue, 11 Dec 2018 03:22:39 +0000 (19:22 -0800)
committerGuy Harris <[email protected]>
Tue, 11 Dec 2018 03:22:39 +0000 (19:22 -0800)
.appveyor.yml

index 720b9c49011a6e6c0a80cf7dc9aaad6e05aee2c9..42ba54be206ab120c04727257f82d53d18adf0a2 100644 (file)
@@ -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:
   #