Wireshark-commits: [Wireshark-commits] master ae316e2: Compile sshdump and ciscodump for Windows
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Apr 2016 07:22:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae316e2d888e3204f08593c27b4c2360eff7f679
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ae316e2 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    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@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c3574ed   [Automatic update for 2016-04-24]
    adds  ae316e2   Compile sshdump and ciscodump for Windows


Summary of changes:
 CMakeLists.txt                   |    1 +
 Makefile.nmake                   |   11 ++++++++---
 cmake/modules/FindLIBSSH.cmake   |    2 +-
 config.nmake                     |   10 +++++++++-
 debian/wireshark-common.manpages |    1 +
 doc/CMakeLists.txt               |    2 ++
 doc/Makefile.am                  |   12 ++++++++++--
 doc/Makefile.nmake               |   17 +++++++++++++++--
 extcap.c                         |    2 +-
 extcap/Makefile.nmake            |    2 +-
 extcap/ssh-base.c                |    2 ++
 extcap/sshdump.c                 |   13 +++++++------
 packaging/nsis/CMakeLists.txt    |    2 +-
 packaging/nsis/Makefile.nmake    |    8 +++++---
 packaging/nsis/uninstall.nsi     |    8 ++++----
 packaging/nsis/wireshark.nsi     |   18 +++++++++---------
 tools/win-setup.ps1              |    3 +++
 ui/qt/Wireshark.pro              |    1 +
 18 files changed, 81 insertions(+), 34 deletions(-)