Added kerberos name types and lookup in PrincName dissect
[obnox/wireshark/wip.git] / plugins / plugin_api.c
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-14 guy"plugin_api.c" needs to include <glib.h>, to define...
2000-11-13 guyAdd "dissector_delete()", "proto_item_get_len()",
2000-11-13 guyAdd the tvbuff routines expected to be used by dissecto...
2000-11-12 guyAdd a Makefile.nmake for the MGCP plugin, and update
2000-05-31 gramFix plugin function table so that plugins work on Win32.
2000-05-05 guyAdd routines to:
2000-04-04 guyAdd "dissector_add()" to the list of routines exported...
2000-03-15 guyGive all the Ethereal APIs available to plugins their...
2000-02-12 guy"proto_add_item_subtree()" returns a value; its wrapper...
2000-02-09 gramInitialize *p_pi solely to get rid of compiler warning.
2000-02-07 gramChange "unsigned gint64" to "guint64", and add GPL...
2000-02-07 gramCode changes, but not Makefile changes, for enabling...