aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of support for non-tvbuffified plugin dissectors.Guy Harris2001-04-251-3/+1
* Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris2001-04-251-1/+3
* Add "col_clear()" to the list of functions in the transfer vector forGuy Harris2001-01-281-1/+2
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-261-5/+1
* Tvbuffify the PIM dissector.Guy Harris2001-01-131-2/+1
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-2/+2
* Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris2000-11-291-10/+1
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-1/+6
* "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris2000-11-141-2/+2
* Add "dissector_delete()", "proto_item_get_len()",Guy Harris2000-11-131-1/+12
* Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris2000-11-131-1/+48
* Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris2000-11-121-1/+6
* Miscellaneous code cleaningLaurent Deniel2000-08-111-4/+1
* Fix plugin function table so that plugins work on Win32.Gilbert Ramirez2000-05-311-1/+28
* Add routines to:Guy Harris2000-05-051-1/+3
* Add "dissector_add()" to the list of routines exported to plugins viaGuy Harris2000-04-041-1/+3
* Give all the Ethereal APIs available to plugins their own functionGuy Harris2000-03-151-79/+52
* Change "unsigned gint64" to "guint64", and add GPL header to plugin_api.[ch]Gilbert Ramirez2000-02-071-0/+22
* Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez2000-02-071-0/+96