aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/ssh-base.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-19extcap: Set matching libssh log levelJohn Thacker1-1/+4
2024-01-15extcap: Add ability to enable SHA-1 algorithmsJohn Thacker1-1/+3
2023-06-15Convert our extcaps to C99 typesGerald Combs1-8/+8
2021-11-30extcap: Add header files to DoxygenMoshe Kaplan1-1/+2
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-10/+10
2020-07-16extcap: put the code to add lissh version information into a common routine.Guy Harris1-0/+5
2020-07-16extcap: assume we're using libssh 0.6 or later.Guy Harris1-19/+0
2020-07-16extcap: get the libssh version string from the libssh.h header.Guy Harris1-0/+19
2018-11-14extcap: save debug flag and use it to activate ssh debug.Dario Lombardo1-0/+1
2018-11-14ssh-base: define a struct for storing ssh parameters.Dario Lombardo1-3/+17
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-2/+4
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
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo1-1/+3
2016-08-06extcap: move defines from sshdump & ciscodump to ssh-base.Dario Lombardo1-0/+8
2016-05-03ssh-base(.h) : fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-03-24extcap: add ciscodump.Dario Lombardo1-0/+14
2016-03-04extcap: move ssh common functions to ssh-base.Dario Lombardo1-0/+50