From d6da95231ee790fd884ca2a41fe59aa9b05ccde9 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 19 Nov 2015 11:30:44 +0100 Subject: extcap: add sshdump. sshdump is an extcap module that allows dumping from a remote host using an ssh connection. It goes with the existing extcap plugin interface. Change-Id: I8987614fdd817b8173a50130812bc643a4833bca Reviewed-on: https://code.wireshark.org/review/11402 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- cmakeconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index dfc7e3290c..81812f1f94 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -64,6 +64,12 @@ /* Define if GeoIP supports IPv6 (GeoIP 1.4.5 and later) */ #cmakedefine HAVE_GEOIP_V6 1 +/* Define if LIBSSH support is enabled */ +#cmakedefine HAVE_LIBSSH 1 + +/* Define if LIBSSH has ssh_userauth_agent() function */ +#cmakedefine HAVE_SSH_USERAUTH_AGENT 1 + /* Define if you have the 'floorl' function. */ #cmakedefine HAVE_FLOORL 1 -- cgit v1.2.3