aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15Don't use frames without timestamp for delta time calculationsJohn Thacker1-9/+9
2023-10-14tshark: Support --read-file and filter long optsJohn Thacker1-3/+10
2023-09-26Fix misppellings in root and ui directoriesMoshe Kaplan1-1/+1
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-3/+1
2023-08-16Move the check for TS_PREC_NOT_SET out of timestamp_set_precision().Guy Harris1-2/+4
2023-08-11Don't use RLIMIT_AS if it isn't defined.Guy Harris1-4/+5
2023-08-08Add --only-protocols and --disable-all-protocols to tshark and rawshark.Juanma Sanchez1-0/+7
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde1-1/+1
2023-04-20dfilter: Make error a pointerJoão Valverde1-1/+1
2023-04-19ftypes: Hide fvalue implementationJoão Valverde1-7/+7
2023-04-01rawshark: Use the common dissection optionsJohn Thacker1-57/+46
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-19/+19
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-3/+4
2022-10-08Add log init message to main()João Valverde1-0/+3
2022-08-10extcap: Close capture session after extcap finishesTomasz Moń1-3/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-1/+1
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-2/+2
2021-12-27Docs: Document our diagnostic output options.Gerald Combs1-0/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-2/+2
2021-12-08rawshark: fix compile error -Wmaybe-uninitializedJoakim Karlsson1-1/+1
2021-12-08CLI: Use a better error message for obsolete preferencesJoão Valverde1-1/+6
2021-11-11rawshark: Move a comment to the proper placeJoão Valverde1-4/+4
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-13/+12
2021-11-10Fix some narrowing compiler warningsJoão Valverde1-1/+1
2021-11-10epan: Remove fvalue_string_repr_len() from the public APIJoão Valverde1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-38/+27
2021-07-04Move version_info.[ch] to ui/Joã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-7/+3
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-23/+13
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris1-4/+3
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-6/+5
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-2/+2
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-52/+14
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-0/+10
2021-02-14Enable -Wredundant-decls.Guy Harris1-6/+11
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-07-06Windows: Set our locale to ".UTF-8".Gerald Combs1-1/+8
2020-06-15rawshark: fix test to avoid reading beyond end of format stringMartin Mathieson1-1/+1