aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/ciscodump.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-05-17Fix some signedness warnings.Guy Harris1-3/+3
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-02-10extcap: set G_REGEX_RAW to avoid potential crashesPeter Wu1-1/+1
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-32/+20
2018-11-05extcap: add option to set proxycommand to ssh sessions.Dario Lombardo1-4/+14
2018-10-12Win32: Make extcap utilities console applications.Gerald Combs1-9/+13
2018-07-19Extcap programs must write to the packet pipe in binary mode.Guy Harris1-1/+1
2018-05-26ciscodump: check return value of libpcap_write_packet (CID: 1435606).Dario Lombardo1-1/+5
2018-05-08sshdump/ciscodump: use groups in config.Dario Lombardo1-12/+12
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-12-14ciscodump(extcap): fix 'packet' was marked unused but was used [-Wused-but-ma...Alexis La Goutte1-1/+1
2017-11-12extcap: use SPDX identifiers for licences.Dario Lombardo1-13/+1
2017-11-09extcap: rename interface names.Dario Lombardo1-1/+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-4/+2
2017-03-02Use glib-compatAndersBroman1-5/+1
2017-02-16g_slist_free_full requires glib 2.28AndersBroman1-0/+5
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-10-19extcap: put missed parameters into the helpMichal Labedzki1-1/+0
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo1-10/+13
2016-09-06ciscodump: fix line parsing and fix memleak.Dario Lombardo1-1/+2
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-33/+27
2016-08-04extcap: restyle the output subsystem.Dario Lombardo1-42/+27
2016-07-17ciscodump.c - Address VS Code Analysis warnings.Michael Mann1-3/+12
2016-07-16Have extcap executables mirror the GTK's WinMain signature.Michael Mann1-2/+6
2016-04-14ciscodump: bugfixDario Lombardo1-1/+1
2016-04-12sshdump,ciscodump: fix local addresses discoveryPeter Wu1-2/+2
2016-03-29Another round of extcap memleak fixesPeter Wu1-15/+28
2016-03-24First convert the string to a number, then convert it to network byte order.Guy Harris1-1/+2
2016-03-24Put pcapio.c into a writecap library, and use it.Guy Harris1-1/+1
2016-03-24ciscodump: fix OSX compilation error.Dario Lombardo1-4/+4
2016-03-24extcap: add ciscodump.Dario Lombardo1-0/+735