aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/extcap-base.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14extcap: save debug flag and use it to activate ssh debug.Dario Lombardo1-0/+1
2018-11-07extcap: Cleanup an if-statementStig Bjørlykke1-4/+2
2018-11-05extcap: change boolean to boolflag for --debug option.Dario Lombardo1-1/+1
2018-11-05extcap: fix return value in extcap_base_parse_options().Dario Lombardo1-1/+5
2018-10-12Win32: Make extcap utilities console applications.Gerald Combs1-47/+0
2018-05-08sshdump/ciscodump: use groups in config.Dario Lombardo1-4/+4
2018-05-02extcap-base.c: fix compilation with gcc 8Pascal Quantin1-7/+4
2018-04-05extcap: Tell utilities the wireshark versionRoland Knall1-0/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-12extcap: use SPDX identifiers for licences.Dario Lombardo1-13/+1
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+1
2017-08-03extcap: skip custom log if filename is space.Dario Lombardo1-2/+4
2017-08-02extcap: add debug log file feature to extcap-base.Dario Lombardo1-1/+41
2017-07-27extcap: add command line debug function to extcap-base.Dario Lombardo1-0/+10
2016-10-19extcap: put missed parameters into the helpMichal Labedzki1-0/+2
2016-09-10extcap-base: fix memleak from help optionsPeter Wu1-4/+5
2016-08-25extcap: add binary name and version to help message.Dario Lombardo1-2/+6
2016-08-24extcap: make extcaps use the version registered in config.Dario Lombardo1-1/+0
2016-08-04extcap: restyle the help function.Dario Lombardo1-0/+53
2016-08-04extcap: prevent registration of wrong version.Dario Lombardo1-0/+3
2016-08-04extcap: restyle the output subsystem.Dario Lombardo1-3/+10
2016-07-31extcap: fix indentation in extcap-base.Dario Lombardo1-69/+69
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-2/+2
2016-04-18g_list_free_full() only exists since 2.28AndersBroman1-1/+3
2016-04-14extcap-base: There is no need to register interfaces everytimeMichal Labedzki1-6/+0
2016-04-01extcap: fix const warningsDario Lombardo1-2/+2
2016-03-29Another round of extcap memleak fixesPeter Wu1-1/+4
2016-03-17extcap-base: remove print of version if no interfaces present.Dario Lombardo1-4/+6
2016-03-04Clean up modelines and indentation.Jeff Morriss1-151/+151
2016-02-29extcap: Move extcap handling to baseRoland Knall1-0/+191
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo1-0/+85