aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/ciscodump.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-2/+2
2024-01-19extcap: Set matching libssh log levelJohn Thacker1-1/+1
2024-01-15extcap: Add ability to enable SHA-1 algorithmsJohn Thacker1-0/+9
2023-09-03ciscodump: Keep strptime() behavior unchangedJoão Valverde1-2/+2
2023-09-03Build with NetBSD's strptime()João Valverde1-1/+2
2023-08-03extcap: Flush after writing the pcap headerJohn Thacker1-0/+2
2023-06-15Convert our extcaps to C99 typesGerald Combs1-188/+188
2023-01-13ciscodump(.c): Fix Null pointer passed to 1st parameter expecting 'nonnull'Alexis La Goutte1-2/+2
2022-12-13Fix ciscodump CIDDario Lombardo1-1/+1
2022-12-12ciscodump: Added support for IOS XE 17.xj.novak@netsystem.cz1-41/+347
2022-12-12ciscodump: Added noisy messages for troubleshootingj.novak@netsystem.cz1-3/+25
2022-09-20ciscodump(extcap): Fix DeadStoreAlexis La Goutte1-1/+0
2022-08-29extcap: Signal processing unified for C based extcapsj.novak@netsystem.cz1-54/+16
2022-07-22ciscodump: Added support for IOS XE and ASAJirka Novak1-90/+86
2022-07-22ciscodump: Added support for IOS XE and ASAJirka Novak1-7/+19
2022-07-22Removed useless functionJirka Novak1-10/+0
2022-07-22Fixed issue in processing filters for ASAJirka Novak1-1/+1
2022-07-22ciscodump: Added support for IOS XE and ASAJirka Novak1-128/+1606
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-03Fix logging with extcapsJoão Valverde1-4/+1
2021-10-13extcap: reword error message referencing captypeChuck Craft1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-22/+22
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-1/+4
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-28/+30
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-03-15More modeline fixes to put HT tab stops every 8 characters.Guy Harris1-4/+4
2020-02-10extcap: Fix packet time calculationErwin Rol1-3/+4
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