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