Wireshark-commits: [Wireshark-commits] master 4e13588: extcap: Check libssh >= 0.6.0 for sshdump, c
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e135882d9f7809fb160119547f3a4eac231146e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4e13588 by John A. Thacker (johnthacker@xxxxxxxxx):
extcap: Check libssh >= 0.6.0 for sshdump, ciscodump
sshdump and ciscodump require libssh >= 0.6.0. Check for this version and
only build them if a sufficient version is present. (The other checks
stay; in particular, ssh_userauth_agent doesn't exist on Windows and
must be checked separately.)
Bug: 12507
Change-Id: Ibe42b0cbb597cd9c4aab51f44d48185940ad954b
Reviewed-on: https://code.wireshark.org/review/15882
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Dario Lombardo <lomato@xxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4943082 Fix Custom.xml so it can be (correctly) included into the main dictionary.
adds 4e13588 extcap: Check libssh >= 0.6.0 for sshdump, ciscodump
Summary of changes:
acinclude.m4 | 22 +++++++++++++++++-----
configure.ac | 8 ++++----
2 files changed, 21 insertions(+), 9 deletions(-)