aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_table.h
AgeCommit message (Expand)AuthorFilesLines
2001-04-02"tvb_get_ptr()" now returns a "const guint8 *", not a "guint8 *"; adjustGuy Harris1-2/+2
2001-01-28Add "col_clear()" to the list of functions in the transfer vector forGuy Harris1-1/+3
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-7/+1
2001-01-13Tvbuffify the PIM dissector.Guy Harris1-4/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-5/+6
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-4/+4
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-9/+10
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-1/+13
2000-11-14"plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris1-3/+3
2000-11-13Add "dissector_delete()", "proto_item_get_len()",Guy Harris1-9/+34
2000-11-13Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris1-1/+95
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris1-1/+11
2000-05-31Fix plugin function table so that plugins work on Win32.Gilbert Ramirez1-16/+75
2000-05-05Add routines to:Guy Harris1-2/+6
2000-04-04Add "dissector_add()" to the list of routines exported to plugins viaGuy Harris1-1/+5
2000-03-15Give all the Ethereal APIs available to plugins their own functionGuy Harris1-0/+99