On Mar 30, 2010, at 12:27 AM, Rajesh P S wrote:
> I have developed a wrieshark plugin and now I need to make it available for others to use the plugin.
> If I blindly share the plugin.dll file, it is not possible for others to use the plugin straight forward by putting that DLL file in the destination PC\program files\wireshark\plugins\. After placing the .dll file into plugins folder, if I click on the packets belonging to other protocol say HTTP,UDP it works fine. if I click on the packets of my protocol , then application crashes.
Sounds like a bug in your plugin. You might need to run Wireshark inside a debugger to find where the bug is.