aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up.Lars Roland2005-03-171-39/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Matthijs Melchior: generate all declarations and definitions forGuy Harris2003-07-181-226/+3
* Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris2003-06-121-1/+4
* From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs2003-06-031-1/+3
* From Matthijs Melchior: don't export functions also implemented asGuy Harris2003-05-011-5/+3
* The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris2003-04-301-2/+1
* From Matthijs Melchior: export the exception mechanism routines toGuy Harris2003-04-301-1/+17
* Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris2003-04-291-2/+3
* From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris2003-04-241-1/+27
* Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris2003-04-081-1/+2
* From Lars Ronald :Ronnie Sahlberg2003-03-061-1/+4
* From Tomas Kukosa: export more routines to plugins.Guy Harris2002-11-141-1/+30
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-11/+11
* 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-2/+2
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-8/+6
* Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris2002-02-221-1/+7
* Export "conversation_set_dissector()" in the plugin API table.Guy Harris2002-02-201-4/+5
* Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris2002-02-021-1/+4
* Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris2002-01-291-1/+2
* 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-2/+1
* Finish removing the pointer to the no-longer-extant global "packet_info"Guy Harris2001-11-241-2/+1
* Remove the pointer to the global packet_info from the table ofGilbert Ramirez2001-11-211-3/+1
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Additional routines made available to plugins, from Tomas Kukosa.Guy Harris2001-11-041-1/+7
* 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-1/+9
* 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-3/+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
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-1/+5
* "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris2000-11-141-2/+4
* Add "dissector_delete()", "proto_item_get_len()",Guy Harris2000-11-131-1/+10
* Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris2000-11-131-1/+34
* Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris2000-11-121-1/+4
* Fix plugin function table so that plugins work on Win32.Gilbert Ramirez2000-05-311-29/+53
* Add routines to:Guy Harris2000-05-051-1/+2
* Add "dissector_add()" to the list of routines exported to plugins viaGuy Harris2000-04-041-1/+2