aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/exit_codes.h to include/João Valverde1-6/+7
2023-01-11Set unique exit codes for processesMartin Mathieson1-5/+6
2023-01-11dftest: Add --types optionJoão Valverde1-1/+10
2023-01-09dftest: Add wslog usageJoão Valverde1-0/+2
2023-01-09dftest: Add a newline to outputJoão Valverde1-4/+16
2023-01-08dftest: Enable debug log level with -l or -fJoão Valverde1-0/+2
2023-01-08dftest: Add -0 option (no optimization)João Valverde1-13/+29
2023-01-07dftest: Move a newline insertionJoão Valverde1-1/+0
2023-01-07dftest: More code cleanups and enhancementsJoão Valverde1-116/+177
2023-01-06dftest: Add -h and improve output formatJoão Valverde1-10/+18
2023-01-05dftest: More CLI options and improve output formatJoão Valverde1-29/+87
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