]> The Tcpdump Group git mirrors - tcpdump/commitdiff
That didn't work, either.
authorGuy Harris <[email protected]>
Sat, 24 Feb 2018 00:05:51 +0000 (16:05 -0800)
committerGuy Harris <[email protected]>
Sat, 24 Feb 2018 00:05:51 +0000 (16:05 -0800)
.appveyor.yml

index 6c359000feb99643c1f46abe254bdc19cc376687..a766aa71149cece2a4401be9909a31b723fe83de 100644 (file)
@@ -10,13 +10,11 @@ matrix:
   fast_finish: true
 
 install:
-  - appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-0.1.zip
-  - 7z x .\npcap-sdk-0.1.zip -oc:\projects\libpcap\Win32
-  - appveyor DownloadFile https://nmap.org/npcap/dist/npcap-0.98.exe
-  - .\npcap-0.98.exe /S /disable_restore_point=yes
+  - appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
+  - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
 
 build_script:
   - md build
   - cd build
-  - cmake -DCMAKE_PREFIX_PATH=c:\projects\libpcap\Win32\npcap-sdk-0.1 -G"Visual Studio 12 2013" ..
+  - cmake -DCMAKE_PREFIX_PATH=c:\projects\libpcap\Win32\WpdPack -G"Visual Studio 12 2013" ..
   - msbuild -nologo -p:Configuration=Release tcpdump.sln