aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optionGerald Combs1-0/+2
2010-12-09Always provide wslua_plugin_list, even if we don't have Lua configured.Balint Reczey1-0/+8
2010-12-01Add extern "C" to more header files.Stephen Fisher1-0/+8
2010-10-12Fix comments (not all platforms on which we run support dlopen(), butGuy Harris1-1/+1
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke1-5/+1
2007-10-25new codec table for registering codecs by nameTomas Kukosa1-0/+2
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-0/+1
2007-05-24Prepare wireshark and tshark for wiretap pluginsLuis Ontanon1-0/+2
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-5/+1
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-0/+1
2005-02-27The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris1-0/+2
2004-12-31As "get_persconffile_path()" doesn't return a "const char *", neitherGuy Harris1-4/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-20separate dir functions from the plugin init,Ulf Lamping1-3/+11
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-03-31removed #include "prefs.h" from epan/plugins.hEd Warnicke1-2/+1
2001-01-31The plugin mechanism no longer uses display filters, so "plugins.h" noGuy Harris1-2/+1
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-20/+3
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-1/+2
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-1/+2
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris1-1/+2
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-14/+3
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+74