aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.h
Commit message (Expand)AuthorAgeFilesLines
* Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke2009-10-231-5/+1
* new codec table for registering codecs by nameTomas Kukosa2007-10-251-0/+2
* Have editcap and capinfos loading the wiretap plugins.Luis Ontanon2007-05-251-0/+1
* Prepare wireshark and tshark for wiretap pluginsLuis Ontanon2007-05-241-0/+2
* Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris2007-01-021-5/+1
* Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2006-06-201-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-0/+1
* The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris2005-02-271-0/+2
* As "get_persconffile_path()" doesn't return a "const char *", neitherGuy Harris2004-12-311-4/+3
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* separate dir functions from the plugin init,Ulf Lamping2004-05-201-3/+11
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* removed #include "prefs.h" from epan/plugins.hEd Warnicke2001-03-311-2/+1
* The plugin mechanism no longer uses display filters, so "plugins.h" noGuy Harris2001-01-311-2/+1
* Get rid of support for old-style plugins (support for old-style pluginsGuy Harris2001-01-281-20/+3
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-261-1/+2
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-181-1/+2
* Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris2000-11-151-1/+2
* Give libethereal its own configuration file, and have that configurationGuy Harris2000-10-161-14/+3
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+74