aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/ssh-base.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14extcap: save debug flag and use it to activate ssh debug.Dario Lombardo1-0/+13
2018-11-14ssh-base: define a struct for storing ssh parameters.Dario Lombardo1-25/+43
2018-11-14ssh-base: support libssh config file.Dario Lombardo1-11/+23
2018-11-10ssh-base: fix wrong type for ssh port.Dario Lombardo1-1/+1
2018-11-05extcap: add option to set proxycommand to ssh sessions.Dario Lombardo1-1/+9
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-12extcap: use SPDX identifiers for licences.Dario Lombardo1-13/+1
2017-10-14Some trivial fixes from running cppcheck.Martin Mathieson1-2/+2
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo1-1/+1
2016-08-24extcap: remove unused #define from ssh-base.Dario Lombardo1-2/+0
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-05-03ssh-base : fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-04-25Compile sshdump and ciscodump for WindowsPascal Quantin1-0/+2
2016-03-24extcap: add ciscodump.Dario Lombardo1-0/+17
2016-03-04extcap: move ssh common functions to ssh-base.Dario Lombardo1-0/+162