aboutsummaryrefslogtreecommitdiffstats
path: root/ui/failure_message.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+3
2021-03-15Add more error-reporting routines that call through a function pointer.Guy Harris1-19/+61
2021-02-13wiretap: file types have a name and a description.Guy Harris1-8/+8
2020-10-14Give more detail for WTAP_ERR_INTERNAL when writing.Guy Harris1-2/+2
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-6/+47
2020-10-13Fix file description in error message from cfile_dump_open_failure_message().Guy Harris1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris1-0/+11
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-07Plug another leak for Wiretap errors.Guy Harris1-8/+10
2018-03-07failure_message.c: fix a memory leak if err is not negativePascal Quantin1-5/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02ui: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris1-0/+16
2017-04-20Use cfile_write_failure_message() in the randpkt code.Guy Harris1-10/+18
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-71/+97
2017-04-20Make the command-line and alert-box failure messages more similar.Guy Harris1-15/+19
2017-04-20Fix a comment.Guy Harris1-1/+1
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris1-0/+413