| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull all the "load settings" calls into a epan_load_settings() routine. | Guy Harris | 2017-04-09 | 1 | -1/+2 |
* | Pull the error-reporting code for preference files into read_prefs(). | Guy Harris | 2017-04-09 | 1 | -29/+1 |
* | Clean up handling of enabled/disabled protocols/heuristic dissectors. | Guy Harris | 2017-04-08 | 1 | -6/+8 |
* | Add wtap_init to dftest. | Michael Mann | 2017-02-09 | 1 | -0/+4 |
* | Clean up initialization code for programs. | Guy Harris | 2016-12-05 | 1 | -2/+4 |
* | Have scan_plugins() take an argument specify what to do on load failures. | Guy Harris | 2016-09-05 | 1 | -1/+1 |
* | Revert "tap: change glib functions to wmem." | Pascal Quantin | 2016-06-19 | 1 | -0/+9 |
* | tap: change glib functions to wmem. | Dario Lombardo | 2016-06-17 | 1 | -9/+0 |
* | Make init_progfile_dir() take a function pointer [-Wpedantic] | João Valverde | 2015-12-14 | 1 | -1/+1 |
* | Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines. | Guy Harris | 2015-10-28 | 1 | -2/+3 |
* | Just have init_progfile_dir() take a void pointer. | Guy Harris | 2015-02-20 | 1 | -1/+1 |
* | Clean up ftype-conversion and dfilter error message string handling. | Guy Harris | 2015-01-18 | 1 | -2/+4 |
* | dftest: load plugins so plugin display filters can also be tested. | Bill Meier | 2014-12-02 | 1 | -0/+11 |
* | Add editor modelines; Adjust whitespace as needed. | Bill Meier | 2014-10-12 | 1 | -0/+13 |
* | Modify includes of config.h so that out-of-tree builds, i.e. CMake | Graham Bloice | 2014-08-24 | 1 | -1/+1 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Initialize the error-reporting routines before scanning for plugins, as | Guy Harris | 2013-12-05 | 1 | -4/+6 |
* | Move most of the plugin code from epan to wsutil and remove all | Guy Harris | 2013-12-02 | 1 | -4/+6 |
* | Move the epan/filesystem.c routines to wsutil; they're not specific to | Guy Harris | 2013-11-17 | 1 | -1/+1 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Combine the two display filter README's into one, | Gilbert Ramirez | 2012-07-23 | 1 | -2/+1 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | From Michael Mann: | Anders Broman | 2012-06-25 | 1 | -4/+0 |
* | Move dftest.c back to the top-level directory; that way, all of the | Guy Harris | 2012-02-19 | 1 | -0/+199 |
* | Start moving files to ui/ and ui/cli/ | Jörg Mayer | 2012-02-17 | 1 | -199/+0 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -10/+6 |
* | Don't assign to a variable if the value won't be used: Coverity 817-821. | Bill Meier | 2011-04-04 | 1 | -2/+1 |
* | Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy(). | Gerald Combs | 2010-09-16 | 1 | -1/+1 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -1/+1 |
* | Set default seconds type in rawshark and dftest. | Stig Bjørlykke | 2010-05-07 | 1 | -0/+1 |
* | Fix various gcc -Wshadow warnings. | Bill Meier | 2010-01-29 | 1 | -2/+2 |
* | * Free dfilter on shutdown | Kovarththanan Rajaratnam | 2009-09-09 | 1 | -15/+14 |
* | Change the signature of init_progfile_dir() so the casting of the | Guy Harris | 2009-03-22 | 1 | -1/+1 |
* | In Solaris, the second argument to dladdr() is just a void *, not a | Guy Harris | 2009-03-22 | 1 | -2/+1 |
* | Attempt to use dladdr() to get the pathname of the executable image if | Guy Harris | 2009-03-22 | 1 | -1/+2 |
* | Add a routine to report write errors to the list of failure-reporting | Guy Harris | 2009-02-15 | 1 | -4/+15 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -1/+1 |
* | No need to call init_plugin_dir() - it gets called, if necessary, by | Guy Harris | 2007-05-25 | 1 | -6/+6 |
* | Have init_progfile_dir() also check whether | Guy Harris | 2007-05-21 | 1 | -4/+4 |
* | Updated splash screen for Wireshark that shows the initialisation progress. | Graeme Lunt | 2007-05-07 | 1 | -1/+1 |
* | Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X; | Guy Harris | 2007-01-02 | 1 | -5/+15 |
* | Use the <name> convention for command-line arguments in the usage | Guy Harris | 2006-11-21 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Handle a filter that evaluates to an empty "matches everything" filter. | Guy Harris | 2006-04-06 | 1 | -1/+4 |
* | Call "get_credential_info()", so any later calls to privileges.c | Guy Harris | 2006-02-08 | 1 | -0/+6 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -1/+1 |
* | change nmake makefiles in /trunk and /trunk/epan so that | Lars Roland | 2005-02-13 | 1 | -4/+0 |
* | Again, some warnings removed. | Ulf Lamping | 2004-12-25 | 1 | -1/+1 |
* | From Lars Roland: define _NEED_VAR_IMPORT_ in dftest.c to make linking | Guy Harris | 2004-10-02 | 1 | -0/+4 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |