aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Combine the two display filter README's into one,gram1-2/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-25From Michael Mann:etxrab1-4/+0
2012-02-19Move dftest.c back to the top-level directory; that way, all of theguy1-0/+199
2012-02-17Start moving files to ui/ and ui/cli/jmayer1-199/+0
2011-06-28Replace all strerror() with g_strerror().stig1-10/+6
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.wmeier1-2/+1
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().gerald1-1/+1
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-1/+1
2010-05-07Set default seconds type in rawshark and dftest.stig1-0/+1
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-2/+2
2009-09-09* Free dfilter on shutdownkrj1-15/+14
2009-03-22Change the signature of init_progfile_dir() so the casting of theguy1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aguy1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifguy1-1/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingguy1-4/+15
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likemorriss1-1/+1
2007-05-25No need to call init_plugin_dir() - it gets called, if necessary, byguy1-6/+6
2007-05-21Have init_progfile_dir() also check whetherguy1-4/+4
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. gal1-1/+1
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;guy1-5/+15
2006-11-21Use the <name> convention for command-line arguments in the usageguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-04-06Handle a filter that evaluates to an empty "matches everything" filter.guy1-1/+4
2006-02-08Call "get_credential_info()", so any later calls to privileges.cguy1-0/+6
2005-08-25timestamp display precision:ulfl1-1/+1
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatlroland1-4/+0
2004-12-25Again, some warnings removed.ulfl1-1/+1
2004-10-02From Lars Roland: define _NEED_VAR_IMPORT_ in dftest.c to make linkingguy1-0/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-04-17Update to handle the changed epan_init() API, with a "general failure"guy1-9/+18
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesguy1-12/+18
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorobiot1-2/+3
2004-02-21Get rid of some "#if 0"ed out #includes.guy1-11/+25
2004-01-19move timestamp format options from "View->Options" dialog intoulfl1-2/+2
2003-08-18Add checks for read errors in "read_prefs()".guy1-7/+25
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-07-17From Joerg Mayer:guy1-27/+1
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-8/+8
2001-04-02Added two new arguments to epan_init() and proto_init() tohagbard1-2/+4
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-0/+150