aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api_list.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-25Make the definition of tvb_format_text() match what's in tvbuff.h.Gerald Combs1-2/+2
2004-01-23From Pierre Juhen: add "find_protocol_by_id()" to the list of functionsGuy Harris1-1/+3
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-2/+4
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris1-1/+7
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris1-1/+4
2003-11-18The second of the "col_set_fence()" entries is the one that should'veGuy Harris1-2/+3
2003-11-18col_set_fence occurs twice, removed one appearanceUlf Lamping1-3/+1
2003-11-18Add "col_get_writable()", "col_set_writable()", and "col_set_fence()" toGuy Harris1-1/+5
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+3
2003-11-11Add "asn1_id_decode1()" to the list of exported functions.Guy Harris1-1/+3
2003-11-02From Gisle Vanem:Gerald Combs1-1/+2
2003-11-01"End" means end, not "almost the end".Guy Harris1-3/+3
2003-11-01Move the new functions to the end of the list, so we don't change theGuy Harris1-5/+6
2003-11-01From Charlie Duke: add more functions to the plugin API.Guy Harris1-1/+5
2003-10-28Export "get_datafile_path()", not "get_datafile_dir()" - most if not allGuy Harris1-2/+2
2003-10-28Add "get_datafile_dir()" to the plugin API list, for the benefit ofGuy Harris1-1/+4
2003-09-24From Tomas Kukosa:Guy Harris1-7/+7
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris1-1/+27
2003-08-16There's no such function as "delete_giop_user_module()", so don't put itGuy Harris1-2/+1
2003-08-06As per Bernd Becker's suggestion, add "register_giop_user_module()" andGuy Harris1-1/+4
2003-07-31From Tomas Kukosa: add "find_dissector_table()",Guy Harris1-1/+8
2003-07-18Include the same headers that "plugin_api.h" does.Guy Harris1-6/+8
2003-07-18From Matthijs Melchior: generate all declarations and definitions forGuy Harris1-0/+341