wireshark/plugins
Laurent Deniel f395740875 Modify the Gryphon plugin code in order to avoid an abort when the
plugin is enabled -> disabled -> re-enabled due to the fact that
the protocol registration is performed at each plugin_init() call
(and there is no protocol cleanup like with dfilter_cleanup).

Now we use the proto_xxx static variable to check if it is the first
activation or not (in this case, the proto_register_xxx routines are
not called.

svn path=/trunk/; revision=2290
2000-08-18 13:47:59 +00:00
..
gryphon Modify the Gryphon plugin code in order to avoid an abort when the 2000-08-18 13:47:59 +00:00
.cvsignore Filter out a few more things. 1999-12-31 00:18:55 +00:00
Makefile.am Give all the Ethereal APIs available to plugins their own function 2000-03-15 19:09:52 +00:00
Makefile.nmake Use "rm -f", not "rm", to remove "plugin_api.obj", so that if 2000-05-20 20:52:27 +00:00
plugin_api.c Fix plugin function table so that plugins work on Win32. 2000-05-31 18:32:15 +00:00
plugin_api.h Miscellaneous code cleaning 2000-08-11 13:37:21 +00:00
plugin_table.h Fix plugin function table so that plugins work on Win32. 2000-05-31 18:32:15 +00:00