aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sshdump.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-13extcap: reword error message referencing captypeChuck Craft1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-6/+6
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-21/+21
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-0/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+3
2021-06-16Replace g_log() calls with ws_log()João Valverde1-26/+28
2020-12-09sshdump: fix detection of custom version in WindowsPascal Quantin1-0/+4
2020-07-18sshdump: allow for multiple instances.Dario Lombardo1-6/+17
2020-07-16extcap: put the code to add lissh version information into a common routine.Guy Harris1-2/+1
2020-07-16extcap: assume we're using libssh 0.6 or later.Guy Harris1-5/+1
2020-07-16extcap: clean up the version number handling.Guy Harris1-4/+4
2020-07-15Show the version of libssh being used, if possible.Guy Harris1-1/+6
2020-07-15extcap: add libssh version info to sshdump and ciscodump.Dario Lombardo1-0/+1
2020-04-15sshdump: Use Open dialog for SSH private keyTomasz Moń1-1/+1
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde1-1/+1
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde1-1/+1
2019-06-19sshdump: fix bug in --remote-sudo.Dario Lombardo1-2/+2
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-14/+11
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris1-0/+18
2019-01-27sshdump: leave username, port and interface unset by defaultPeter Wu1-15/+20
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-17/+2
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-34/+21
2018-11-11sshdump: fix generation of error message from remote side.Dario Lombardo1-1/+1
2018-11-10sshdump: fix some debug messages.Dario Lombardo1-3/+3
2018-11-05extcap: add option to set proxycommand to ssh sessions.Dario Lombardo1-4/+16
2018-11-03sshdump: add missing space.Dario Lombardo1-1/+1
2018-10-12Win32: Make extcap utilities console applications.Gerald Combs1-9/+13
2018-05-08sshdump/ciscodump: use groups in config.Dario Lombardo1-16/+18
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-22sshdump: remove extra option check.Dario Lombardo1-5/+0
2017-11-22sshdump: add option to prevent promiscuous mode.Dario Lombardo1-9/+23
2017-11-12extcap: use SPDX identifiers for licences.Dario Lombardo1-13/+1
2017-11-09extcap: rename interface names.Dario Lombardo1-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-08-02extcap: add debug log file feature to extcap-base.Dario Lombardo1-0/+2
2017-07-27extcap: add command line debug function to extcap-base.Dario Lombardo1-3/+1
2017-03-02Use glib-compatAndersBroman1-5/+1
2017-02-16g_slist_free_full requires glib 2.28AndersBroman1-0/+5
2017-01-20sshdump: add sudo option.Dario Lombardo1-9/+19
2017-01-07extcap: fix memleak via data_file_urlPeter Wu1-1/+4
2016-12-20extcap: set help page for all extcaps.Dario Lombardo1-1/+2
2016-11-02sshdump: use g_shell_quote in the right way.Dario Lombardo1-1/+1
2016-10-31sshdump: remove default filter from capture mode.Dario Lombardo1-6/+1
2016-10-19extcap: put missed parameters into the helpMichal Labedzki1-1/+0
2016-10-04sshdump: add remote capture command.Dario Lombardo1-18/+37
2016-10-04sshdump: use tcpdump as default capture binary.Dario Lombardo1-28/+6