aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15Don't use frames without timestamp for delta time calculationsJohn Thacker1-14/+10
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-10/+8
2023-06-14print: Move protocolfilter inside output_fieldsJohn Thacker1-1/+1
2023-04-20dfilter: Make error a pointerJoão Valverde1-2/+2
2023-02-16tshark: Support multiple -j and -J options, including mixedJohn Thacker1-1/+1
2023-02-10Move ui/clopts_common.[ch] to wsutilJoão Valverde1-1/+1
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-24/+24
2023-01-28epan: Use hash table for dependent framesTomasz Moń1-2/+2
2023-01-06epan: Allow nested dependent packetsSake Blok1-2/+2
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-7/+7
2022-11-21tfshark: Remove unused functionJoão Valverde1-126/+0
2022-11-17tfshark: Enable -Werror and fix compiler warningsJoão Valverde1-5/+6
2022-10-08Add log init message to main()João Valverde1-0/+2
2022-08-22spelling: "two pass" -> two-passChuck Craft1-1/+1
2022-08-10extcap: Close capture session after extcap finishesTomasz Moń1-2/+0
2022-07-12epan: Respect custom column resolved/unresolved status everywhereJohn Thacker1-10/+11
2022-07-07cli: Copy global configuration profile to personal as with the GUIJohn Thacker1-0/+23
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-5/+5
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-2/+2
2022-03-06epan: Allow nested dependent packetsSake Blok1-2/+2
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-11/+3
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-1731/+1720
2022-01-13tshark: Add new long option --hexdump <hexoption>Jim Young1-1/+1
2021-12-27Docs: Document our diagnostic output options.Gerald Combs1-1/+2
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-9/+9
2021-12-08tfshark: Add back error message for CLI optionsJoão Valverde1-0/+8
2021-12-08CLI: Use a better error message for obsolete preferencesJoão Valverde1-7/+5
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-59/+36
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-8/+4
2021-06-19Replace g_assert() with ws_assert()João Valverde1-5/+6
2021-06-17wslog: Add more documentationJoão Valverde1-0/+2
2021-06-14wslog: Parse cmd line options in one passJoão Valverde1-5/+1
2021-06-14wslog: Include pid in formatJoão Valverde1-0/+2
2021-06-14wslog: Add support for domain filteringJoão Valverde1-0/+1
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-45/+14
2021-04-28tfshark: fix compilation.Guy Harris1-1/+1
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-4/+2
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-45/+20
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+12
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2021-01-30epan: have a routine to register all tap listeners.Guy Harris1-3/+0
2020-10-25Revert "Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C."Guy Harris1-1/+1
2020-10-25Include <ui/urls.h>Guy Harris1-0/+1
2020-10-24Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C.Guy Harris1-1/+1
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-07-06Windows: Set our locale to ".UTF-8".Gerald Combs1-1/+8