Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Unable to see plugin in filters

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 07 Feb 2011 22:09:16 +0100
Hi,

Try to launch from the command line, in the build directory, using:

	./wireshark

and see what appears at the console. Also check the About box, the plugins page to see if your plugin is listed there.

Thanks,
Jaap

On 02/07/2011 05:25 PM, Omer Khalid wrote:
Hi,

I have been trying to get my plugin working with Wireshark 1.4.3 on
Fedora 14 but with out luck.

Every thing compiles fine (after configuring the following files
[configure, configure.in <http://configure.in>, makefile.am
<http://makefile.am>, makefile.common, plugins/makefile.am
<http://makefile.am>] to point to the plugin/my_plugin_folder) but I
don't see the plugin in the filters.

Just to exclude the option that I may not be doing it the correct way; i
also compiled this test plugin
(http://www.codeproject.com/KB/IP/custom_dissector.aspx) and yet this is
not visible either...

I am wondering if I am missing any further steps after executing
autogen.sh, configure, make?

Regards,
Omer