aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.h
AgeCommit message (Expand)AuthorFilesLines
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-4/+1
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris1-2/+11
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.Guy Harris1-3/+1
2001-04-25Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris1-1/+3
2001-01-28Add "col_clear()" to the list of functions in the transfer vector forGuy Harris1-1/+2
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-5/+1
2001-01-13Tvbuffify the PIM dissector.Guy Harris1-2/+1
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2000-11-29Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris1-10/+1
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-1/+6
2000-11-14"plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris1-2/+2
2000-11-13Add "dissector_delete()", "proto_item_get_len()",Guy Harris1-1/+12
2000-11-13Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris1-1/+48
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris1-1/+6
2000-08-11Miscellaneous code cleaningLaurent Deniel1-4/+1
2000-05-31Fix plugin function table so that plugins work on Win32.Gilbert Ramirez1-1/+28
2000-05-05Add routines to:Guy Harris1-1/+3
2000-04-04Add "dissector_add()" to the list of routines exported to plugins viaGuy Harris1-1/+3
2000-03-15Give all the Ethereal APIs available to plugins their own functionGuy Harris1-79/+52
2000-02-07Change "unsigned gint64" to "guint64", and add GPL header to plugin_api.[ch]Gilbert Ramirez1-0/+22
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez1-0/+96