replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
[metze/wireshark/wip.git] / dftest.c
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-11-21 João ValverdeMove the protocol registration routines back into libwi...
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-04-09 Guy HarrisPull all the "load settings" calls into a epan_load_set...
2017-04-09 Guy HarrisPull the error-reporting code for preference files...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-02-09 Michael MannAdd wtap_init to dftest.
2016-12-05 Guy HarrisClean up initialization code for programs.
2016-09-05 Guy HarrisHave scan_plugins() take an argument specify what to...
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-10-28 Guy HarrisCatch REPORT_DISSECTOR_BUG() calls in dissector registr...
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2014-12-02 Bill Meierdftest: load plugins so plugin display filters can...
2014-10-12 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-05 Guy HarrisInitialize the error-reporting routines before scanning...
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-23 Gilbert RamirezCombine the two display filter README's into one,
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Michael Mann:
2012-02-19 Guy HarrisMove dftest.c back to the top-level directory; that...
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-04-04 Bill MeierDon't assign to a variable if the value won't be used...
2010-09-16 Gerald CombsTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-05-07 Stig BjørlykkeSet default seconds type in rawshark and dftest.
2010-01-29 Bill MeierFix various gcc -Wshadow warnings.
2009-09-09 Kovarththanan Raja... * Free dfilter on shutdown
2009-03-22 Guy HarrisChange the signature of init_progfile_dir() so the...
2009-03-22 Guy HarrisIn Solaris, the second argument to dladdr() is just...
2009-03-22 Guy HarrisAttempt to use dladdr() to get the pathname of the...
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2007-05-25 Guy HarrisNo need to call init_plugin_dir() - it gets called...
2007-05-21 Guy HarrisHave init_progfile_dir() also check whether
2007-05-07 Graeme LuntUpdated splash screen for Wireshark that shows the...
2007-01-02 Guy HarrisAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-11-21 Guy HarrisUse the <name> convention for command-line arguments...
2006-05-21 Ronnie Sahlbergname change
2006-04-06 Guy HarrisHandle a filter that evaluates to an empty "matches...
2006-02-08 Guy HarrisCall "get_credential_info()", so any later calls to...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-02-13 Lars Rolandchange nmake makefiles in /trunk and /trunk/epan so...
2004-12-25 Ulf LampingAgain, some warnings removed.
2004-10-02 Guy HarrisFrom Lars Roland: define _NEED_VAR_IMPORT_ in dftest...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-04-17 Guy HarrisUpdate to handle the changed epan_init() API, with...
2004-03-23 Guy HarrisMake "epan_init()" take, as additional arguments, point...
2004-03-18 Olivier BiotFrom Lars Roland: Move timestamp_type into libethereal...
2004-02-21 Guy HarrisGet rid of some "#if 0"ed out #includes.
2004-01-19 Ulf Lampingmove timestamp format options from "View->Options"...
2003-08-18 Guy HarrisAdd checks for read errors in "read_prefs()".
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-17 Guy HarrisFrom Joerg Mayer:
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-04-02 Ed WarnickeAdded two new arguments to epan_init() and proto_init...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...