aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
Commit message (Expand)AuthorAgeFilesLines
* extcap: fix management of multicheck and saved non boolean argumentsPascal Quantin2016-09-181-4/+3
* extcap: fix heap-use-after free after saving prefsPeter Wu2016-09-171-1/+2
* Fix file name in comment.Guy Harris2016-09-121-1/+1
* extcap: plug more memory leaksPeter Wu2016-09-121-15/+23
* extcap: Fix misc memory leaks triggered by network interface changesMikael Kanstrup2016-09-121-17/+43
* extcap: fix use-after-free for preferencesPeter Wu2016-09-111-29/+44
* extcap_child_watch_cb() always uses the status argument.Guy Harris2016-09-081-2/+2
* extcap: Add tool-specified helppageRoland Knall2016-09-071-11/+19
* extcap:Replace self-organized lists with glib onesRoland Knall2016-09-061-133/+53
* extcap: Fix Dereference of null pointerAlexis La Goutte2016-08-151-11/+8
* extcap: preference name must only contain lower case ASCII, numbers, dots or ...Pascal Quantin2016-08-041-10/+30
* Fix compilation on FreeBSD.Michael Tuexen2016-08-021-0/+7
* extcap: Remove g_spawn_check_exit_statusRoland Knall2016-08-021-3/+12
* extcap: add null check (CID 1364683).Dario Lombardo2016-08-021-15/+18
* extcap: extend buffer (CID 1364684).Dario Lombardo2016-08-021-1/+1
* extcap: Use stderr to print error messageRoland Knall2016-07-301-8/+131
* extcap: Restore functionality for optionsRoland Knall2016-07-291-47/+98
* extcap: Remove g_spawn_helper supportRoland Knall2016-07-051-131/+58
* Allow create_tempfile to support a suffix.Michael Mann2016-06-011-1/+1
* Compile sshdump and ciscodump for WindowsPascal Quantin2016-04-251-1/+1
* extcap: fix const compiler warnings.Dario Lombardo2016-04-191-3/+3
* Fix building without extcap enabledJoão Valverde2016-03-211-3/+0
* Replace extcap_interface_list() with append_extcap_interface_list().Guy Harris2016-02-271-35/+40
* Put the extcap interfaces at the *end* of the interface list.Guy Harris2016-02-271-12/+27
* Clean up setting *err_str to NULL.Guy Harris2016-02-261-5/+1
* Fix indentation.Guy Harris2016-02-261-1/+1
* extcap: Fix call to child watchRoland Knall2016-02-111-6/+2
* extcap: Convert settings to preference friendly key namesMikael Kanstrup2016-02-111-26/+46
* Fix leaks when spawning extcap processesMikael Kanstrup2016-02-011-2/+1
* extcap: Correct save for file argumentsRoland Knall2016-02-011-0/+5
* extcap: Add Save functionality to options dialogRoland Knall2016-02-011-25/+121
* Fix memleaks on interface refresh when extcap configs existsMikael Kanstrup2016-01-311-1/+7
* extcap: add masked to options.Dario Lombardo2016-01-181-0/+3
* extcap: Code cleanupStig Bjørlykke2016-01-161-49/+26
* extcap: Add list of extcaps to about dialogRoland Knall2016-01-151-21/+79
* Don't use g_list_free_full().Guy Harris2016-01-121-3/+7
* extcap: Sort extcap interfaces alphabeticallyRoland Knall2016-01-121-17/+18
* extcap: Add regular expression validation supportRoland Knall2016-01-051-3/+7
* extcap: plug some memleaksPeter Wu2015-12-191-22/+33
* extcap: fix a crash introduced in g622603bPascal Quantin2015-11-171-1/+1
* extcap: fix a bug in cfilterDario Lombardo2015-11-171-1/+1
* extcap: Provide capture filter to extcap binaryStig Bjørlykke2015-11-051-0/+4
* extcap: fix a bug in create_tempfile() return check (CID 1323930)Dario Lombardo2015-10-121-1/+1
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-021-11/+11
* extcap: Implement QT extcap optionsRoland Knall2015-05-051-0/+26
* Extcap: fix logically dead code (CID 1232344)Alexis La Goutte2015-04-161-3/+0
* Set the extcap working directory on Windows.Gerald Combs2015-04-151-1/+23
* dumpcap: fix opening of pipes on Windows broken since gbed29afPascal Quantin2015-04-131-3/+0
* Extcap: fix USBPcap capture broken by g8204578Pascal Quantin2015-03-291-10/+1
* Extcap: display a USB icon when adding a USBPcap interfacePascal Quantin2015-03-271-1/+10