URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dccc382b4f8d0380fa73f31f6ad8625459ff7046
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
dccc382 by Guy Harris (gharris@xxxxxxxxx):
Show the version of libssh being used, if possible.
If we have ssh_version(), then ssh_version(0) will return a string for
the version being used.
Change-Id: I0717f6d4d5c3fa04aa7938dc6bc0d4c8abfa95fd
Reviewed-on: https://code.wireshark.org/review/37875
Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
Actions performed:
from 9301280 Extcap: silent mode install
add dccc382 Show the version of libssh being used, if possible.
Summary of changes:
cmake/modules/FindLIBSSH.cmake | 14 ++++++++++++++
cmakeconfig.h.in | 3 +++
extcap/ciscodump.c | 7 ++++++-
extcap/extcap-base.c | 11 +++++++++--
extcap/extcap-base.h | 2 +-
extcap/sshdump.c | 7 ++++++-
6 files changed, 39 insertions(+), 5 deletions(-)