aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-27Put the extcap interfaces at the *end* of the interface list.Guy Harris1-12/+27
2016-02-26Clean up setting *err_str to NULL.Guy Harris1-5/+1
2016-02-26Fix indentation.Guy Harris1-1/+1
2016-02-11extcap: Fix call to child watchRoland Knall1-6/+2
2016-02-11extcap: Convert settings to preference friendly key namesMikael Kanstrup1-26/+46
2016-02-01Fix leaks when spawning extcap processesMikael Kanstrup1-2/+1
2016-02-01extcap: Correct save for file argumentsRoland Knall1-0/+5
2016-02-01extcap: Add Save functionality to options dialogRoland Knall1-25/+121
2016-01-31Fix memleaks on interface refresh when extcap configs existsMikael Kanstrup1-1/+7
2016-01-18extcap: add masked to options.Dario Lombardo1-0/+3
2016-01-16extcap: Code cleanupStig Bjørlykke1-49/+26
2016-01-15extcap: Add list of extcaps to about dialogRoland Knall1-21/+79
2016-01-12Don't use g_list_free_full().Guy Harris1-3/+7
2016-01-12extcap: Sort extcap interfaces alphabeticallyRoland Knall1-17/+18
2016-01-05extcap: Add regular expression validation supportRoland Knall1-3/+7
2015-12-19extcap: plug some memleaksPeter Wu1-22/+33
2015-11-17extcap: fix a crash introduced in g622603bPascal Quantin1-1/+1
2015-11-17extcap: fix a bug in cfilterDario Lombardo1-1/+1