aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api_list.c
AgeCommit message (Expand)AuthorFilesLines
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