Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling | Josh Soref | 2023-06-25 | 1 | -2/+2 |
* | rpcap: fix sock_open() issues. | Guy Harris | 2022-08-01 | 1 | -5/+21 |
* | Fixup a comment in fmtutils.c. | Denis Ovsienko | 2020-07-27 | 1 | -1/+1 |
* | Fix the size argument to _wcserror_s(). | Guy Harris | 2020-04-11 | 1 | -2/+3 |
* | Add support for UTF-8 strings on Windows. | Guy Harris | 2020-04-11 | 1 | -10/+256 |
* | Remove dead stores. | Mario J. Rugiero | 2019-10-16 | 1 | -1/+0 |
* | Remove some workarounds for old compilers. | Guy Harris | 2019-08-09 | 1 | -9/+9 |
* | Have a pcap_fmt_errmsg_for_win32_err() routine and use it. | Guy Harris | 2019-06-29 | 1 | -24/+37 |
* | Make sure asprintf() is declared if it's present. | Guy Harris | 2019-03-19 | 1 | -8/+22 |
* | Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors. | Guy Harris | 2019-01-08 | 1 | -0/+56 |
* | Fix build with some versions of GNU libc. | Guy Harris | 2017-11-24 | 1 | -0/+2 |
* | Add a routine to format error messages with an errno-based message at the end. | Guy Harris | 2017-11-15 | 1 | -0/+129 |