aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call "get_credential_info()", so any later calls to privileges.cGuy Harris2006-02-081-0/+6
* timestamp display precision:Ulf Lamping2005-08-251-1/+1
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* Again, some warnings removed.Ulf Lamping2004-12-251-1/+1
* From Lars Roland: define _NEED_VAR_IMPORT_ in dftest.c to make linkingGuy Harris2004-10-021-0/+4
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Update to handle the changed epan_init() API, with a "general failure"Guy Harris2004-04-171-9/+18
* Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris2004-03-231-12/+18
* From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot2004-03-181-2/+3
* Get rid of some "#if 0"ed out #includes.Guy Harris2004-02-211-11/+25
* move timestamp format options from "View->Options" dialog intoUlf Lamping2004-01-191-2/+2
* Add checks for read errors in "read_prefs()".Guy Harris2003-08-181-7/+25
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* From Joerg Mayer:Guy Harris2002-07-171-27/+1
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-8/+8
* Added two new arguments to epan_init() and proto_init() toEd Warnicke2001-04-021-2/+4
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-0/+150