diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-02-23 14:47:58 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-02-23 14:47:58 -0800 |
commit | 2bc576fb0a87bdf3988e12365a695b311a9f9350 (patch) | |
tree | 3c15b1a200d199ea6984d883d54ff132425dbd6e /.appveyor.yml | |
parent | 7164cd52c5de7009c4c96ab44f59bace8a08d5f2 (diff) | |
download | tcpdump-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.yml | 2 |
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 |