aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-23Load lua scripts in the plugins directory, both global and personal.stig1-10/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-1/+2
2009-05-05Clean up white space.guy1-268/+281
2009-03-11From Jakub Zawadzki:jake1-0/+1
2008-10-27ETH -> WS updates.gerald1-4/+4
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-14/+14
2008-04-07- Remove GLIB1 codesfisher1-42/+0
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-1/+1
2007-10-25new codec table for registering codecs by namekukosa1-4/+35
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...lego1-0/+1
2007-05-25Have editcap and capinfos loading the wiretap plugins.lego1-8/+22
2007-05-24Prepare wireshark and tshark for wiretap pluginslego1-28/+63
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