aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/extcap-base.c
Commit message (Expand)AuthorAgeFilesLines
* Use the musl in-tree getopt_long() everywhereJoão Valverde2021-09-171-12/+0
* Replace g_assert() with ws_assert()João Valverde2021-06-191-2/+3
* Replace g_log() calls with ws_log()João Valverde2021-06-161-3/+3
* Refactor our logging and extend the wslog APIJoão Valverde2021-06-111-23/+3
* Enable -Wredundant-decls.Guy Harris2021-02-141-5/+11
* extcap: clean up the version number handling.Guy Harris2020-07-161-9/+23
* extcap-base: no need to get the basename of the executable path twice.Guy Harris2020-07-161-4/+1
* Show the version of libssh being used, if possible.Guy Harris2020-07-151-2/+9
* extcap: add libssh version info to sshdump and ciscodump.Dario Lombardo2020-07-151-0/+7
* extcap: improve version output for all extcaps.Dario Lombardo2020-07-151-2/+7
* More modeline fixes to put HT tab stops every 8 characters.Guy Harris2020-03-151-3/+3
* extcap: save debug flag and use it to activate ssh debug.Dario Lombardo2018-11-141-0/+1
* extcap: Cleanup an if-statementStig Bjørlykke2018-11-071-4/+2
* extcap: change boolean to boolflag for --debug option.Dario Lombardo2018-11-051-1/+1
* extcap: fix return value in extcap_base_parse_options().Dario Lombardo2018-11-051-1/+5
* Win32: Make extcap utilities console applications.Gerald Combs2018-10-121-47/+0
* sshdump/ciscodump: use groups in config.Dario Lombardo2018-05-081-4/+4
* extcap-base.c: fix compilation with gcc 8Pascal Quantin2018-05-021-7/+4
* extcap: Tell utilities the wireshark versionRoland Knall2018-04-051-0/+2
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* extcap: use SPDX identifiers for licences.Dario Lombardo2017-11-121-13/+1
* plugins: config.h must not be included by public headersJoão Valverde2017-09-061-0/+1
* extcap: skip custom log if filename is space.Dario Lombardo2017-08-031-2/+4
* extcap: add debug log file feature to extcap-base.Dario Lombardo2017-08-021-1/+41
* extcap: add command line debug function to extcap-base.Dario Lombardo2017-07-271-0/+10
* extcap: put missed parameters into the helpMichal Labedzki2016-10-191-0/+2
* extcap-base: fix memleak from help optionsPeter Wu2016-09-101-4/+5
* extcap: add binary name and version to help message.Dario Lombardo2016-08-251-2/+6
* extcap: make extcaps use the version registered in config.Dario Lombardo2016-08-241-1/+0
* extcap: restyle the help function.Dario Lombardo2016-08-041-0/+53
* extcap: prevent registration of wrong version.Dario Lombardo2016-08-041-0/+3
* extcap: restyle the output subsystem.Dario Lombardo2016-08-041-3/+10
* extcap: fix indentation in extcap-base.Dario Lombardo2016-07-311-69/+69
* Fix printf style parameters complaints from VS Code AnalysisMichael Mann2016-07-171-2/+2
* g_list_free_full() only exists since 2.28AndersBroman2016-04-181-1/+3
* extcap-base: There is no need to register interfaces everytimeMichal Labedzki2016-04-141-6/+0
* extcap: fix const warningsDario Lombardo2016-04-011-2/+2
* Another round of extcap memleak fixesPeter Wu2016-03-291-1/+4
* extcap-base: remove print of version if no interfaces present.Dario Lombardo2016-03-171-4/+6
* Clean up modelines and indentation.Jeff Morriss2016-03-041-151/+151
* extcap: Move extcap handling to baseRoland Knall2016-02-291-0/+191
* extcap: move windows functions into extcap-baseDario Lombardo2016-02-261-0/+85