summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-02-23 14:47:58 -0800
committerGuy Harris <guy@alum.mit.edu>2018-02-23 14:47:58 -0800
commit2bc576fb0a87bdf3988e12365a695b311a9f9350 (patch)
tree3c15b1a200d199ea6984d883d54ff132425dbd6e /.appveyor.yml
parent7164cd52c5de7009c4c96ab44f59bace8a08d5f2 (diff)
downloadtcpdump-2bc576fb0a87bdf3988e12365a695b311a9f9350.tar.gz
Try installing WinPcap.
This might not work, given that it is not, as far as I know, a "silent" installer, and thus might not work in an automated environment.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a766aa71..5fd32d79 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://www.winpcap.org/install/bin/WinPcap_4_1_3.exe
+ - .\WinPcap_4_1_3.exe
build_script:
- md build