aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-31extcap: fix parameters save in preferences filePascal Quantin1-10/+0
2017-08-29extcap: check that argument parameter is not null before adding it to command...Pascal Quantin1-1/+1
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-94/+84
2017-08-28extcap: Interface Toolbar support on WindowsHåkon Øye Amundsen1-10/+45
2017-08-23extcap: Create unique pipe names for each interfaceStig Bjørlykke1-22/+22
2017-08-22Add hardware timestamping supportAhmad Fatoum1-0/+1
2017-08-15extcap: use options as they are shown in the dialog.Dario Lombardo1-18/+8
2017-06-30extcap: another round of memory leak fixesPeter Wu1-4/+14
2017-05-30Qt: Add support to verify extcap capture filterMichael Mann1-0/+49
2017-05-03Extcap: use glib-compat for g_list_free_full()Martin Mathieson1-0/+1
2017-04-29extcap_free_interface_info: data param is usedMartin Kaiser1-1/+1
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke1-2/+169
2017-04-19extcap: fix memory leakMax Dmitrichenko1-1/+1
2017-03-27Don't waste time trying to run non-plain file and non-executable files.Guy Harris1-11/+17
2017-03-04extcap: Minor improvementsRoland Knall1-14/+46
2017-03-01extcap: Create callback structureRoland Knall1-32/+56
2017-02-27extcap: remove leak in interface lists.Dario Lombardo1-2/+14
2017-02-22extcap: Reduce number of scans and storageRoland Knall1-212/+266
2017-02-03extcap: destroy hash tables on exit.Dario Lombardo1-0/+10
2017-01-22Internalize struct preferenceMichael Mann1-1/+0
2017-01-12Extcap: Restore previously created preference from hash table, not preference...Michael Mann1-2/+2
2017-01-04Include extcap binaries in the count of things to point out during startup.Guy Harris1-2/+33
2016-12-14extcap: Avoid double free of help.Stig Bjørlykke1-2/+2
2016-12-14extcap: set help for interfaces.Dario Lombardo1-0/+3
2016-12-08extcap: Whitespace cleanup.Stig Bjørlykke1-192/+367
2016-12-07extcap: Separate dirname and file with G_DIR_SEPARATOR_S.Stig Bjørlykke1-5/+1
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-0/+4
2016-09-18extcap: fix management of multicheck and saved non boolean argumentsPascal Quantin1-4/+3
2016-09-17extcap: fix heap-use-after free after saving prefsPeter Wu1-1/+2
2016-09-12Fix file name in comment.Guy Harris1-1/+1
2016-09-12extcap: plug more memory leaksPeter Wu1-15/+23
2016-09-12extcap: Fix misc memory leaks triggered by network interface changesMikael Kanstrup1-17/+43
2016-09-11extcap: fix use-after-free for preferencesPeter Wu1-29/+44
2016-09-08extcap_child_watch_cb() always uses the status argument.Guy Harris1-2/+2
2016-09-07extcap: Add tool-specified helppageRoland Knall1-11/+19
2016-09-06extcap:Replace self-organized lists with glib onesRoland Knall1-133/+53
2016-08-15extcap: Fix Dereference of null pointerAlexis La Goutte1-11/+8
2016-08-04extcap: preference name must only contain lower case ASCII, numbers, dots or ...Pascal Quantin1-10/+30
2016-08-02Fix compilation on FreeBSD.Michael Tuexen1-0/+7
2016-08-02extcap: Remove g_spawn_check_exit_statusRoland Knall1-3/+12
2016-08-02extcap: add null check (CID 1364683).Dario Lombardo1-15/+18
2016-08-02extcap: extend buffer (CID 1364684).Dario Lombardo1-1/+1
2016-07-30extcap: Use stderr to print error messageRoland Knall1-8/+131
2016-07-29extcap: Restore functionality for optionsRoland Knall1-47/+98
2016-07-05extcap: Remove g_spawn_helper supportRoland Knall1-131/+58
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1
2016-04-25Compile sshdump and ciscodump for WindowsPascal Quantin1-1/+1
2016-04-19extcap: fix const compiler warnings.Dario Lombardo1-3/+3
2016-03-21Fix building without extcap enabledJoão Valverde1-3/+0
2016-02-27Replace extcap_interface_list() with append_extcap_interface_list().Guy Harris1-35/+40