aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-30dftest: Fix command-line argument parsingJoão Valverde1-24/+35
2022-12-30dftest: Add debug command-line optionsJoão Valverde1-14/+47
2022-12-30dftest: Add a missing goto statementJoão Valverde1-0/+1
2022-12-29dfilter: Add compilation warning for ambiguous syntaxJoão Valverde1-26/+30
2022-12-29dftest: Add elapsed timeJoão Valverde1-2/+20
2022-12-23dfilter: Refactor error location trackingJoão Valverde1-1/+1
2022-11-30dfilter: Replace compile booleans arguments with a bit flagJoão Valverde1-1/+1
2022-11-30dfilter: Add optimization flagJoão Valverde1-1/+1
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-6/+6
2022-10-08Add log init message to main()João Valverde1-0/+3
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