aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-1/+2
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-29/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-6/+8
2017-02-09Add wtap_init to dftest.Michael Mann1-0/+4
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+4
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-0/+9
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-9/+0
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-2/+3
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2014-12-02dftest: load plugins so plugin display filters can also be tested.Bill Meier1-0/+11
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-4/+6
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-4/+6
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-23Combine the two display filter README's into one,Gilbert Ramirez1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Michael Mann:Anders Broman1-4/+0
2012-02-19Move dftest.c back to the top-level directory; that way, all of theGuy Harris1-0/+199
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-199/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-10/+6
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier1-2/+1
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-1/+1
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2010-05-07Set default seconds type in rawshark and dftest.Stig Bjørlykke1-0/+1
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-2/+2
2009-09-09* Free dfilter on shutdownKovarththanan Rajaratnam1-15/+14
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-1/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-4/+15
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2007-05-25No need to call init_plugin_dir() - it gets called, if necessary, byGuy Harris1-6/+6
2007-05-21Have init_progfile_dir() also check whetherGuy Harris1-4/+4
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-1/+1
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-5/+15
2006-11-21Use the <name> convention for command-line arguments in the usageGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-06Handle a filter that evaluates to an empty "matches everything" filter.Guy Harris1-1/+4
2006-02-08Call "get_credential_info()", so any later calls to privileges.cGuy Harris1-0/+6
2005-08-25timestamp display precision:Ulf Lamping1-1/+1
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2004-12-25Again, some warnings removed.Ulf Lamping1-1/+1
2004-10-02From Lars Roland: define _NEED_VAR_IMPORT_ in dftest.c to make linkingGuy Harris1-0/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1