aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-11Try to fix a narrowing warningJoão Valverde1-7/+4
2022-04-11dfilter: Handle missing error location more gracefullyJoão Valverde1-3/+5
2022-04-10dfilter: Add location tracking to scanner and use it to report errorsJoão Valverde1-6/+42
2022-04-05dfilter: Print syntax tree using dftest + format enhancementsJoão Valverde1-3/+7
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-5/+5
2022-03-28dfilter: Store expanded textJoão Valverde1-4/+0
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-123/+110
2022-01-01Revert "epan: Initialize wiretap"João Valverde1-0/+9
2021-11-27epan: Initialize wiretapJoão Valverde1-9/+0
2021-09-29dftest: Don't use quotes to output filterJoão Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-3/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+7
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-36/+25
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+5
2020-07-06Windows: Set our locale to ".UTF-8".Gerald Combs1-1/+8
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-31dftest: Always free the get_args_as_string resultVasil Velichkov1-0/+2
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-3/+1
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-9/+0
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-1/+2
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-29/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-6/+8
2017-02-09Add wtap_init to dftest.Michael Mann1-0/+4
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+4
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-0/+9
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-9/+0
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-2/+3
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2014-12-02dftest: load plugins so plugin display filters can also be tested.Bill Meier1-0/+11
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-4/+6
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-4/+6
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-23Combine the two display filter README's into one,Gilbert Ramirez1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Michael Mann:Anders Broman1-4/+0
2012-02-19Move dftest.c back to the top-level directory; that way, all of theGuy Harris1-0/+199
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-199/+0