summaryrefslogtreecommitdiff
path: root/tools/win-setup.ps1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-24 23:03:13 +0100
committerAnders Broman <a.broman58@gmail.com>2016-04-25 07:22:28 +0000
commitae316e2d888e3204f08593c27b4c2360eff7f679 (patch)
tree26baec1e2daaee3578b4ae8450831703c47c877a /tools/win-setup.ps1
parentc3574ed4173917f6ad89f40ab0b0dc0b1ad5e62d (diff)
downloadwireshark-ae316e2d888e3204f08593c27b4c2360eff7f679.tar.gz
Compile sshdump and ciscodump for Windows
Use libSSH 0.7.2 compiled with MinGW(32|64) and linked with zlib and gcrypt support Change-Id: I7c17d1ba3dd1890e2f83c119f5ea851834807e43 Reviewed-on: https://code.wireshark.org/review/12117 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/win-setup.ps1')
-rw-r--r--tools/win-setup.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index e87032da4d..b9e159d70b 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -113,6 +113,7 @@ $Win64Archives = @{
"gtk+-bundle_2.24.23-3.39_win64ws.zip" = "gtk2";
"kfw-3-2-2-x64-ws.zip" = "";
"libsmi-svn-40773-win64ws.zip" = "";
+ "libssh-0.7.2-win64ws.zip" = "";
"nasm-2.09.08-win32.zip" = "";
"portaudio_v19_2.zip" = "";
"upx303w.zip" = "";
@@ -130,6 +131,7 @@ $Win32Archives = @{
"gtk+-bundle_2.24.23-1.1_win32ws.zip" = "gtk2";
"kfw-3-2-2-i386-ws-vc6.zip" = "";
"libsmi-svn-40773-win32ws.zip" = "";
+ "libssh-0.7.2-win32ws.zip" = "";
"nasm-2.09.08-win32.zip" = "";
"portaudio_v19_2.zip" = "";
"upx303w.zip" = "";
@@ -182,6 +184,7 @@ $CleanupItems = @(
"lua5.2.?"
"libsmi-0.4.8"
"libsmi-svn-40773-win??ws"
+ "libssh-0.7.2-win??ws"
"nasm-2.09.08"
"portaudio_v19"
"portaudio_v19_2"