aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;guy1-68/+58
2006-06-02image/wireshark.rc.injmayer1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-22ethereal->wiresharksahlberg1-1/+1
2006-05-22ethereal->wireshark updatessahlberg1-1/+1
2006-05-21name changesahlberg1-5/+5
2006-02-06Add code to check whether the app was started with special privilegesguy1-4/+12
2005-11-07Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available inguy1-1/+1
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theguy1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-33/+15
2005-08-18several times replacing:ulfl1-1/+1
2005-08-08various code cleanup:ulfl1-6/+2
2005-03-16Remove support for the old plugin api.lroland1-51/+7
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asguy1-44/+73
2005-03-06"report_err.h" declares "report_failure()", so it doesn't need to beguy1-1/+0
2005-03-06Warning fix:jmayer1-0/+1
2005-03-06Squelch some compiler warnings.guy1-1/+4
2005-03-05Preparations for dropping the old plugin api.lroland1-12/+39
2005-02-27The stats tree stuff should ultimately allow us to have plugin taps, soguy1-60/+104
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-2/+2
2005-01-12add some of the DCE/RPC functions to the plugin APIulfl1-0/+1
2005-01-02Don't cast pointers passed as arguments - pass a pointer to the rightguy1-4/+8
2004-12-31As "get_persconffile_path()" doesn't return a "const char *", neitherguy1-5/+5
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-28Move the xDLC helper routines into epan.guy1-1/+1
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-23Add proto_tree_add_debug_text(), rtcp_add_address(), andguy1-0/+2
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-6/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-30Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsguy1-1/+2
2004-06-19From Dennis Lim: add routines used by dissectors for ONC RPC protocolsguy1-1/+2
2004-05-21Get rid of a no-longer-used variable.guy1-3/+1
2004-05-20"datafile_dir" in "init_plugins()" is used regardless of whether we'reguy1-13/+8
2004-05-20separate dir functions from the plugin init,ulfl1-22/+45
2004-03-04From Tomas Kukosa: add packet-ber.c routines to the plugin API.guy1-1/+2
2004-02-21Include "report_err.h" to declare "report_open_failure()" andguy1-1/+2
2004-01-05Bugfix from Lars Roland: included missing xdlc.hulfl1-1/+2
2003-09-24From Tomas Kukosa:guy1-3/+1
2003-08-25Include the header files required by new APIs in the plugin API table.guy1-1/+4
2003-08-18From Matthijs Melchior:guy1-8/+5
2003-07-18From Matthijs Melchior: generate all declarations and definitions forguy1-251/+3
2003-06-12Export "tvb_get_string()" and "tvb_get_stringz()" to plugins.guy1-1/+4
2003-06-04Fix up some comments, and move some common GLib 1.2[.x]/2.x code outsideguy1-15/+7
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISgerald1-5/+43
2003-05-01From Matthijs Melchior: don't export functions also implemented asguy1-5/+3
2003-05-01From Lars Roland: set "patable.p_asn1_string_decode" to point toguy1-2/+2
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theguy1-2/+1
2003-04-30From Matthijs Melchior: export the exception mechanism routines toguy1-1/+17