wireshark/packaging
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
..
macosx autotools: make maintainer-clean should allow rerunning 'configure' 2017-10-15 14:17:20 +00:00
nsis Refactor plugin registration and loading 2017-12-14 08:43:57 +00:00
portableapps PortableApps: Don't ship development files. 2017-09-28 22:53:48 +00:00
rpm Fix RPM build: include the User Guide. 2017-12-13 09:16:38 +00:00
wix Refactor plugin registration and loading 2017-12-14 08:43:57 +00:00
Makefile.am autotools: refresh rpm-package target 2017-10-15 23:32:14 +00:00