aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-18several times replacing:Ulf Lamping1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-6/+2
2005-03-16Remove support for the old plugin api.Lars Roland1-51/+7
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-44/+73
2005-03-06"report_err.h" declares "report_failure()", so it doesn't need to beGuy Harris1-1/+0
2005-03-06Warning fix:Jörg Mayer1-0/+1
2005-03-06Squelch some compiler warnings.Guy Harris1-1/+4
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-12/+39
2005-02-27The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris1-60/+104
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-2/+2
2005-01-12add some of the DCE/RPC functions to the plugin APIUlf Lamping1-0/+1
2005-01-02Don't cast pointers passed as arguments - pass a pointer to the rightGuy Harris1-4/+8
2004-12-31As "get_persconffile_path()" doesn't return a "const char *", neitherGuy Harris1-5/+5
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-1/+1
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-23Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris1-0/+2
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-6/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-30Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsGuy Harris1-1/+2
2004-06-19From Dennis Lim: add routines used by dissectors for ONC RPC protocolsGuy Harris1-1/+2
2004-05-21Get rid of a no-longer-used variable.Guy Harris1-3/+1
2004-05-20"datafile_dir" in "init_plugins()" is used regardless of whether we'reGuy Harris1-13/+8
2004-05-20separate dir functions from the plugin init,Ulf Lamping1-22/+45
2004-03-04From Tomas Kukosa: add packet-ber.c routines to the plugin API.Guy Harris1-1/+2
2004-02-21Include "report_err.h" to declare "report_open_failure()" andGuy Harris1-1/+2
2004-01-05Bugfix from Lars Roland: included missing xdlc.hUlf Lamping1-1/+2
2003-09-24From Tomas Kukosa:Guy Harris1-3/+1
2003-08-25Include the header files required by new APIs in the plugin API table.Guy Harris1-1/+4
2003-08-18From Matthijs Melchior:Guy Harris1-8/+5
2003-07-18From Matthijs Melchior: generate all declarations and definitions forGuy Harris1-251/+3
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.Guy Harris1-1/+4
2003-06-04Fix up some comments, and move some common GLib 1.2[.x]/2.x code outsideGuy Harris1-15/+7
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs1-5/+43
2003-05-01From Matthijs Melchior: don't export functions also implemented asGuy Harris1-5/+3
2003-05-01From Lars Roland: set "patable.p_asn1_string_decode" to point toGuy Harris1-2/+2
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/+3
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris1-1/+27
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-2/+6
2002-12-08On UNIX, search for plugins only in the directory in which plugins willGuy Harris1-46/+3
2002-11-16There's no need to include "prefs.h" unless we're actually exporting theGuy Harris1-8/+8
2002-11-14From Tomas Kukosa: export more routines to plugins.Guy Harris1-1/+31
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.Guy Harris1-1/+7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1