disabled_protos.c is in libwireshark now.
[metze/wireshark/wip.git] / dftest.c
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...