Camel/Inap: add missing sub-trees
[metze/wireshark/wip.git] / wsutil / plugins.c
2018-02-17 Guy HarrisFix casts.
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-29 João ValverdeAvoid #ifdef'ing out translation units
2018-01-28 João Valverdeplugins: Remove nordic_ble.dll exception
2018-01-28 João ValverdeRename plugins_scan_dir()
2018-01-28 João ValverdeUse g_str_has_suffix()
2018-01-28 João Valverdeplugins: Use per-library data structures
2018-01-16 João Valverdeplugins: Add source tree subfolder for plugin library
2018-01-11 Guy HarrisUpdate a comment to reflect current reality.
2018-01-11 Gerald CombsUse an enum for plugin types.
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-12-10 Michael MannConvert to using use SPDX identifier on wsutil directory
2017-10-23 João ValverdeMake plugin support a runtime property
2017-10-03 João ValverdeAdd version check for plugin compatibility
2017-10-01 João Valverdeplugins: Improve output format
2017-09-26 João Valverdeplugins: Move the build dir scanning code to a separate...
2017-09-26 João Valverdeplugins: No need to allocate a new struct
2017-09-26 João Valverdeplugins: Build the description string while loading
2017-09-26 João Valverdeplugins: Sort the descriptions
2017-09-26 João Valverdeplugins: Use hash table for book-keeping
2017-09-25 João Valverdeplugins: Fix crash loading binary module twice
2017-09-20 João Valverdeplugins: Be more descriptive in "about wireshark"-...
2017-09-20 João ValverdeRename get_plugin_dir() for consistency
2017-09-17 João Valverdeplugins: Use minor version number for plugin install...
2017-09-17 João Valverdeplugins: Fix paths to match WSUG
2017-09-11 João Valverdewsutil: Initialize and store plugin personal dir
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-28 Pascal Quantinwsutil: fix a NULL pointer dereference when there is...
2017-02-26 Dario Lombardowsutil: fix bugs in plugins_cleanup().
2017-02-18 Dario Lombardoplugins: free list on cleanup.
2017-02-18 Dario Lombardowsutil: remove leaks from filesystem and plugins code.
2016-12-14 Stig BjørlykkeSkip loading the Nordic BLE Sniffer dll on WIN32
2016-12-05 Guy HarrisClean up initialization code for programs.
2016-09-06 Guy HarrisSuppress another warning if told not to report failures.
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-07-25 Michael MannFix checkAPI.pl warnings about printf
2016-01-31 Peter Wuplugins: do not import symbols globally
2015-12-12 João ValverdeAvoid breaking output string mid-sentence
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-03-31 Roland Knallwsutil: Fix comment
2015-02-14 Guy HarrisWe use GLib's directory-reading routines, so we don...
2015-01-20 Gerald CombsCMake: Set an output directory for plugins.
2014-08-21 Bill Meierplugins.c: cleanup plugins_scan_dir()
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...