aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-28wsutil: fix a NULL pointer dereference when there is a single plugin registeredPascal Quantin1-16/+6
2017-02-26wsutil: fix bugs in plugins_cleanup().Dario Lombardo1-11/+10
2017-02-18plugins: free list on cleanup.Dario Lombardo1-0/+9
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-1/+28
2016-12-14Skip loading the Nordic BLE Sniffer dll on WIN32Stig Bjørlykke1-1/+8
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+7
2016-09-06Suppress another warning if told not to report failures.Guy Harris1-2/+17
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-8/+21
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-1/+2
2016-01-31plugins: do not import symbols globallyPeter Wu1-1/+1
2015-12-12Avoid breaking output string mid-sentenceJoão Valverde1-2/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-03-31wsutil: Fix commentRoland Knall1-1/+1
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-8/+0
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-5/+5
2014-08-21plugins.c: cleanup plugins_scan_dir()Bill Meier1-10/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+415