aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/sshdump.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-26sshdump: restyle the output write routine.Dario Lombardo1-27/+55
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo1-10/+13
2016-09-13sshdump: remove -P.Dario Lombardo1-1/+1
2016-08-26extcap: improve interface print in help.Dario Lombardo1-4/+5
2016-08-25extcap: add binary name and version to help message.Dario Lombardo1-1/+2
2016-08-24extcap: make extcaps use the version registered in config.Dario Lombardo1-1/+1
2016-08-06extcap: move defines from sshdump & ciscodump to ssh-base.Dario Lombardo1-8/+0
2016-08-04extcap: restyle the help function.Dario Lombardo1-34/+25
2016-08-04extcap: restyle the output subsystem.Dario Lombardo1-30/+17
2016-07-22sshdump: Change ws_close to closesocketRoland Knall1-1/+1
2016-07-16Have extcap executables mirror the GTK's WinMain signature.Michael Mann1-2/+6
2016-04-25Compile sshdump and ciscodump for WindowsPascal Quantin1-6/+7
2016-04-12sshdump,ciscodump: fix local addresses discoveryPeter Wu1-2/+2
2016-03-29Another round of extcap memleak fixesPeter Wu1-29/+36