Steps followed:
Downloaded Wireshark(3.0.5) source, created build environment and build successfully without my custom dissector plugin.
Implemented custom plugin according to developer guide.
Build Wireshark with custom plugin, created xxx.dll for plugin then created installer using NSIS.
Custom Wireshark installer created and installed on system.
After installation while loading plugins, an error occurs "Couldn't load plugin 'xxx.dll :C:\Program Files (x86)\Wireshark\plugins\3.0\epan\xxx.dll':Specified module could not be found.
I verified the location where global plugins reside path "C:\Program Files (x86)\Wireshark\plugins\3.0\epan\xxx.dll" is there.
I'm unable to find root cause for the issue. If anybody has an idea, please share.
a) Build on Windows 7 professional b) 32 bit installer c) Installed on windows 10, 7