summaryrefslogtreecommitdiff
path: root/config.nmake
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 /config.nmake
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 'config.nmake')
-rw-r--r--config.nmake10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 96c2c090a3..8856e0a4ef 100644
--- a/config.nmake
+++ b/config.nmake
@@ -434,7 +434,7 @@ GCC_DLL=libgcc_s_sjlj-1.dll
# If you don't have libssh, comment this line out so that LIBSSH_DIR
# isn't defined.
#
-#LIBSSH_DIR=$(WIRESHARK_LIB_DIR)\libssh-0.7.2
+LIBSSH_DIR=$(WIRESHARK_LIB_DIR)\libssh-0.7.2-win32ws
#
# Optional: the KFW library enables kerberos/sasl/dcerpc decryption.
@@ -675,6 +675,14 @@ GPGERROR_DLL=libgpg-error6-0.dll
GCC_DLL=libgcc_s_seh-1.dll
#
+# Optional: libssh library is required for sshdump support
+#
+# If you don't have libssh, comment this line out so that LIBSSH_DIR
+# isn't defined.
+#
+LIBSSH_DIR=$(WIRESHARK_LIB_DIR)\libssh-0.7.2-win64ws
+
+#
# Optional: the KFW library enables kerberos/sasl/dcerpc decryption.
#
# If you have the kerberos for windows (mit) library, set this to the