aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.h
AgeCommit message (Expand)AuthorFilesLines
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