aboutsummaryrefslogtreecommitdiffstats
path: root/ui/failure_message.c
AgeCommit message (Expand)AuthorFilesLines
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