https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5975
Gerald Combs <gerald@xxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gerald@xxxxxxxxxxxxx
--- Comment #5 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2011-06-01 16:18:19 PDT ---
Plugins weren't being loaded because the fuzz testing wrapper wasn't properly
passing the "-b" flag to fuzz-test.sh. This resulted in
WIRESHARK_RUN_FROM_BUILD_DIRECTORY being set, which meant that TShark was
looking in the wrong place for plugins. This should be fixed now.
I added a "-G plugins" option to TShark in r37512 which dumps a list of plugins
along with a check in fuzz-test.sh in r37513 which aborts if we don't have a
minimum number of them (10).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.