aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-05-10 05:38:21 +0000
committerPascal Quantin <pascal@wireshark.org>2019-05-10 05:38:32 +0000
commitfd2f439e3315238e25ae2f96c6ff583e5fd0929d (patch)
tree7d0603b34cf702abce8806b8dedf7d0c138b187a /packaging
parentaf80a96e8a0437a731b23135d216cf0c28a9be3e (diff)
Revert "Windows: upgrade Npcap to 0.994"
This reverts commit 2f82518f7212e13186a4e0bbe65a9838e16178b8. Npcap 0.994 introduced a crash that will be fixed in next version: https://github.com/nmap/nmap/issues/1591 Change-Id: Iff9a29e6d28c57774844d25f2990e0f8c214bf75 Reviewed-on: https://code.wireshark.org/review/33143 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt
index b89430b2dc..3503e913d4 100644
--- a/packaging/nsis/CMakeLists.txt
+++ b/packaging/nsis/CMakeLists.txt
@@ -46,7 +46,7 @@ endif()
set (MMDBRESOLVE_EXE ${MAXMINDDB_FOUND})
# Must match ${EXTRA_INSTALLER_DIR}/Npcap-X.Y.Z.exe
-set(NPCAP_PACKAGE_VERSION "0.994")
+set(NPCAP_PACKAGE_VERSION "0.993")
set(USBPCAP_PACKAGE_VERSION "1.3.0.0")