summaryrefslogtreecommitdiff
path: root/fmtutils.c
Commit message (Expand)AuthorAgeFilesLines
* rpcap: fix sock_open() issues.Guy Harris2022-08-011-5/+21
* Fixup a comment in fmtutils.c.Denis Ovsienko2020-07-271-1/+1
* Fix the size argument to _wcserror_s().Guy Harris2020-04-111-2/+3
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-10/+256
* Remove dead stores.Mario J. Rugiero2019-10-161-1/+0
* Remove some workarounds for old compilers.Guy Harris2019-08-091-9/+9
* Have a pcap_fmt_errmsg_for_win32_err() routine and use it.Guy Harris2019-06-291-24/+37
* Make sure asprintf() is declared if it's present.Guy Harris2019-03-191-8/+22
* Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.Guy Harris2019-01-081-0/+56
* Fix build with some versions of GNU libc.Guy Harris2017-11-241-0/+2
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-0/+129