aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-03stats_tree: plug a memory leak.Guy Harris1-1/+2
2020-04-25Introduce tfs_get_string helperJaap Keuter1-2/+2
2020-03-15Remove unwanted newline.Guy Harris1-1/+1
2019-05-15rawshark: fix parameter 'pd' not found in the function declaration [-Wdocumen...Alexis La Goutte1-1/+1
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-16/+13
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
2019-04-05Add one more use of Buffers.Guy Harris1-10/+11
2019-01-03rawshark: remove redundant cast.Dario Lombardo1-1/+1
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3