aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api_decls.h
AgeCommit message (Expand)AuthorFilesLines
2003-07-18From Matthijs Melchior: generate all declarations and definitions forGuy Harris1-264/+4
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris1-1/+4
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs1-1/+3
2003-05-01From Matthijs Melchior: don't export functions also implemented asGuy Harris1-5/+3
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris1-2/+1
2003-04-30From Matthijs Melchior: export the exception mechanism routines toGuy Harris1-1/+17
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris1-2/+4
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris1-1/+26
2003-04-08Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris1-1/+2
2003-03-06From Lars Ronald :Ronnie Sahlberg1-1/+3
2002-11-14From Tomas Kukosa: export more routines to plugins.Guy Harris1-1/+30
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.Guy Harris1-1/+8
2002-07-12From Anand V. Narwani:Guy Harris1-1/+4
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris1-2/+3
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-0/+212