aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke2009-10-231-10/+2
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-1/+2
* Clean up white space.Guy Harris2009-05-051-268/+281
* From Jakub Zawadzki:Jaap Keuter2009-03-111-0/+1
* ETH -> WS updates.Gerald Combs2008-10-271-4/+4
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-14/+14
* - Remove GLIB1 codeStephen Fisher2008-04-071-42/+0
* This patch adds support for configuration profiles, which can be used toStig Bjørlykke2008-01-141-1/+1
* new codec table for registering codecs by nameTomas Kukosa2007-10-251-4/+35
* Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon2007-08-071-0/+1
* Have editcap and capinfos loading the wiretap plugins.Luis Ontanon2007-05-251-8/+22
* Prepare wireshark and tshark for wiretap pluginsLuis Ontanon2007-05-241-28/+63
* Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris2007-01-021-68/+58
* image/wireshark.rc.inJörg Mayer2006-06-021-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* ethereal->wiresharkRonnie Sahlberg2006-05-221-1/+1
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-211-5/+5
* Add code to check whether the app was started with special privilegesGuy Harris2006-02-061-4/+12
* Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available inGuy Harris2005-11-071-1/+1
* Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris2005-11-071-1/+1
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-33/+15
* several times replacing:Ulf Lamping2005-08-181-1/+1
* various code cleanup:Ulf Lamping2005-08-081-6/+2
* Remove support for the old plugin api.Lars Roland2005-03-161-51/+7
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-44/+73
* "report_err.h" declares "report_failure()", so it doesn't need to beGuy Harris2005-03-061-1/+0
* Warning fix:Jörg Mayer2005-03-061-0/+1
* Squelch some compiler warnings.Guy Harris2005-03-061-1/+4
* Preparations for dropping the old plugin api.Lars Roland2005-03-051-12/+39
* The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris2005-02-271-60/+104
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-2/+2
* add some of the DCE/RPC functions to the plugin APIUlf Lamping2005-01-121-0/+1
* Don't cast pointers passed as arguments - pass a pointer to the rightGuy Harris2005-01-021-4/+8
* As "get_persconffile_path()" doesn't return a "const char *", neitherGuy Harris2004-12-311-5/+5
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move the xDLC helper routines into epan.Guy Harris2004-09-281-1/+1
* Move various checksum routines and headers to epan.Guy Harris2004-09-281-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris2004-09-231-0/+2
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-6/+6
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsGuy Harris2004-06-301-1/+2
* From Dennis Lim: add routines used by dissectors for ONC RPC protocolsGuy Harris2004-06-191-1/+2
* Get rid of a no-longer-used variable.Guy Harris2004-05-211-3/+1
* "datafile_dir" in "init_plugins()" is used regardless of whether we'reGuy Harris2004-05-201-13/+8
* separate dir functions from the plugin init,Ulf Lamping2004-05-201-22/+45
* From Tomas Kukosa: add packet-ber.c routines to the plugin API.Guy Harris2004-03-041-1/+2