URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb2fb39ff72ccf827ba97fc9dc9bc559bb9d67b4
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
eb2fb39 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]
Issue found by rols
The installer puts the normal included plugins (e.g. mate, wimax) in
/Applications/Wireshark.app/Contents/Frameworks/wireshark/plugins,
however the global plugins directory is set to
/Applications/Wireshark.app/Contents/Resources/lib/wireshark/plugins
(as it was in previous versions) so no plugins load at startup.
In order to make them load you have to create this directory and
copy the plugins there, or put them in your personal directory.
From remark of Gerald, use recommandation of Bundle Programming Guide (use Contents/PlugIns for plugin)
https://developer.apple.com/library/mac/documentation/corefoundation/conceptual/cfbundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW19
Change-Id: Ib1ae7da48a8fa94f7037912cd44c05532a238b71
Closed-bug: 9854
Reviewed-on: https://code.wireshark.org/review/602
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 4b8b834 Support for IEEE 802.11ad
adds eb2fb39 The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]
Summary of changes:
packaging/macosx/osx-app.sh | 2 +-
wsutil/filesystem.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)