aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.h
Commit message (Expand)AuthorAgeFilesLines
* From Tomas Kukosa: export more routines to plugins.Guy Harris2002-11-141-1/+31
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* From Tomas Kukosa: add some more routines to the plugin API.Guy Harris2002-08-141-1/+7
* From Anand V. Narwani:Guy Harris2002-07-121-1/+4
* Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris2002-05-051-3/+3
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-8/+10
* Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris2002-02-221-2/+8
* Export "conversation_set_dissector()" in the plugin API table.Guy Harris2002-02-201-3/+6
* Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris2002-02-021-1/+10
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-291-1/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-1/+2
* Remove the no-longer-extant "conv_dissector_add()" from the list ofGuy Harris2001-12-031-2/+2
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-1/+2
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-261-3/+1
* Finish removing the pointer to the no-longer-extant global "packet_info"Guy Harris2001-11-241-3/+1
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Include "conversation.h", as the plugin API now includes the routines toGuy Harris2001-11-041-1/+2
* Additional routines made available to plugins, from Tomas Kukosa.Guy Harris2001-11-041-9/+18
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-291-7/+1
* Enable building of the coseventcomm plugin on Win32.Gilbert Ramirez2001-10-171-4/+25
* From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris2001-09-041-1/+2
* Add a "proto_item_append_text()" routine, which is likeGuy Harris2001-08-291-1/+2
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-4/+1
* Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris2001-07-221-2/+11
* 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