aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use dladdr() to get a pathname for the current executable().Guy Harris2018-10-081-1/+1
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2018-01-091-1/+1
* Refactor plugin registration and loadingJoão Valverde2017-12-141-9/+0
* Move the protocol registration routines back into libwiresharkJoão Valverde2017-11-211-1/+1
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris2017-04-091-1/+2
* Pull the error-reporting code for preference files into read_prefs().Guy Harris2017-04-091-29/+1
* Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris2017-04-081-6/+8
* Add wtap_init to dftest.Michael Mann2017-02-091-0/+4
* Clean up initialization code for programs.Guy Harris2016-12-051-2/+4
* Have scan_plugins() take an argument specify what to do on load failures.Guy Harris2016-09-051-1/+1
* Revert "tap: change glib functions to wmem."Pascal Quantin2016-06-191-0/+9
* tap: change glib functions to wmem.Dario Lombardo2016-06-171-9/+0
* Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde2015-12-141-1/+1
* Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris2015-10-281-2/+3
* Just have init_progfile_dir() take a void pointer.Guy Harris2015-02-201-1/+1
* Clean up ftype-conversion and dfilter error message string handling.Guy Harris2015-01-181-2/+4
* dftest: load plugins so plugin display filters can also be tested.Bill Meier2014-12-021-0/+11
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Initialize the error-reporting routines before scanning for plugins, asGuy Harris2013-12-051-4/+6
* Move most of the plugin code from epan to wsutil and remove allGuy Harris2013-12-021-4/+6
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Combine the two display filter README's into one,Gilbert Ramirez2012-07-231-2/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Michael Mann:Anders Broman2012-06-251-4/+0
* Move dftest.c back to the top-level directory; that way, all of theGuy Harris2012-02-191-0/+199
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-199/+0
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-10/+6
* Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier2011-04-041-2/+1
* Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs2010-09-161-1/+1
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-1/+1
* Set default seconds type in rawshark and dftest.Stig Bjørlykke2010-05-071-0/+1
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-2/+2
* * Free dfilter on shutdownKovarththanan Rajaratnam2009-09-091-15/+14
* Change the signature of init_progfile_dir() so the casting of theGuy Harris2009-03-221-1/+1
* In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris2009-03-221-2/+1
* Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris2009-03-221-1/+2
* Add a routine to report write errors to the list of failure-reportingGuy Harris2009-02-151-4/+15
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-1/+1
* No need to call init_plugin_dir() - it gets called, if necessary, byGuy Harris2007-05-251-6/+6
* Have init_progfile_dir() also check whetherGuy Harris2007-05-211-4/+4
* Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt2007-05-071-1/+1
* Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris2007-01-021-5/+15
* Use the <name> convention for command-line arguments in the usageGuy Harris2006-11-211-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Handle a filter that evaluates to an empty "matches everything" filter.Guy Harris2006-04-061-1/+4