wireshark/codecs
João Valverde 995812c5f1 Refactor plugin registration and loading
Put different types of plugins (libwiretap, libwireshark) in different
subdirectories, give libwiretap and libwireshark init routines that
load the plugins, and have them scan the appropriate subdirectories
so that we don't even *try* to, for example, load libwireshark plugins
in programs that only use libwiretap.

Compiled plugins are stored in subfolders of the plugin folders, with
the subfolder name being the Wireshark minor version number (X.Y). There is
another hierarchical level for each Wireshark library (libwireshark, libwscodecs
and libwiretap).

The folder names are respectively plugins/X.Y/{epan,codecs,wiretap}.

Currently we only distribute "epan" (libwireshark) plugins.

Change-Id: I3438787a6f45820d64ba4ca91cbe3c8864708acb
Reviewed-on: https://code.wireshark.org/review/23983
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot
Reviewed-by: João Valverde <j@v6e.pt>
2017-12-14 08:43:57 +00:00
..
G711a plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
G711u plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
G722 plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
G726 plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
G729 plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
sbc codecs/gtk: fix int to size_t 2015-09-09 17:53:08 +00:00
speex plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
CMakeLists.txt Fix (and chop) static build option 2017-11-19 20:16:50 +00:00
Makefile.am autotools: Library build products don't need explicit cleaning 2017-11-18 22:29:41 +00:00
codecs.c Refactor plugin registration and loading 2017-12-14 08:43:57 +00:00
codecs.h Refactor plugin registration and loading 2017-12-14 08:43:57 +00:00