Ethereal-dev: [Ethereal-dev] Problems running a plugin

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Thu, 18 Nov 2004 23:13:59 +0100
I took a working dissector (it worked 'till before I tried to make it
a plugin),
I added the

G_EXPORT_MODULE 
I followed README.plugins, it took me a while but I built the *.la and
*.so; I copied them into ~/.ethereal/plugins/

as I run ethereal I get:

[id-est:~] lego% /opt/local/bin/ethereal
The plugin mate.so, version 0.0.1 is an old-style plugin;
Those are no longer supported.

What could I did wrong?

What bothers me is that I see packet-megaco.c that does exactly what
I'm trying to do I copy that plugin and works!

Is there something that pluging initialization and handoff functions
cannot do that I'm doing?

 Luis