aboutsummaryrefslogtreecommitdiffstats
path: root/extcap_parser.c
Commit message (Expand)AuthorAgeFilesLines
* extcap: Fix a memory leakStig Bjørlykke2020-04-131-0/+1
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* extcap: Fix memory leak in extcap_free_toolbar_control()Tomasz Moń2019-05-201-12/+22
* extcap: Do not crash on invalid valuesTomasz Moń2019-04-261-0/+2
* extcap_parser: remove G_REGEX_RAW from line parsing.Dario Lombardo2019-04-121-3/+8
* extcap: set G_REGEX_RAW to avoid potential crashesPeter Wu2019-02-101-11/+17
* extcap: Group argumentsRoland Knall2018-05-081-0/+8
* extcap_parser.c: fix compilation with gcc 8Pascal Quantin2018-05-031-2/+1
* extcap: Reload values on requestRoland Knall2018-04-051-48/+95
* extcap: add g_free to extcap_free_toolbar_value (found by clang).Dario Lombardo2018-03-061-0/+1
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* extcap: add g_free (found by clang).Dario Lombardo2018-01-191-0/+1
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-6/+2
* plugins: config.h must not be included by public headersJoão Valverde2017-09-061-0/+1
* extcap (parser): fix no previous prototype for ‘extcap_free_toolbar_value/c...Alexis La Goutte2017-05-021-2/+2
* Qt: Interface Toolbar improvementsStig Bjørlykke2017-05-021-2/+2
* Qt: Add interface toolbar supportStig Bjørlykke2017-04-251-2/+213
* extcap: Minor improvementsRoland Knall2017-03-041-2/+9
* Qt: Add extcap placeholder parameterStig Bjørlykke2017-02-021-0/+8
* extcap: add new option type (timestamp).Dario Lombardo2016-12-091-0/+2
* extcap: Whitespace cleanup.Stig Bjørlykke2016-12-081-91/+90
* extcap: Fix misc memory leaks triggered by network interface changesMikael Kanstrup2016-09-121-14/+23
* extcap: Add tool-specified helppageRoland Knall2016-09-071-5/+8
* extcap:Replace self-organized lists with glib onesRoland Knall2016-09-061-299/+216
* extcap: Restore functionality for optionsRoland Knall2016-07-291-1/+1
* extcap_parser: remove const warning.Dario Lombardo2016-04-221-1/+1
* extcap: do not leak "version" fieldPeter Wu2016-02-031-6/+3
* extcap: Add Save functionality to options dialogRoland Knall2016-02-011-2/+4
* extcap: Cleanup complex types and add save optionRoland Knall2016-01-281-202/+62
* extcap: add masked to options.Dario Lombardo2016-01-181-0/+6
* extcap: Add list of extcaps to about dialogRoland Knall2016-01-151-31/+29
* extcap: Rewrite the tokenizer to use regexpsRoland Knall2016-01-061-93/+71
* extcap: Add regular expression validation supportRoland Knall2016-01-051-0/+26
* extcap: Add file extension checkRoland Knall2015-12-301-0/+11
* extcap: Add Required and cleanupRoland Knall2015-12-301-0/+8
* extcap: plug some memleaksPeter Wu2015-12-191-6/+12
* extcap: Implement QT extcap optionsRoland Knall2015-05-051-3/+1
* Convert "4 space tabs" to spaces; Adjust editor modelines.Bill Meier2014-10-061-686/+686
* Modify multicheck to accept parent parameter.Tomasz Moń2014-10-061-0/+8
* Extcap: restore compatibility with GLib 2.16.0Pascal Quantin2014-08-261-2/+3
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Extcap Capture InterfaceRoland Knall2014-08-211-0/+881