summaryrefslogtreecommitdiff
path: root/netdissect-stdinc.h
Commit message (Expand)AuthorAgeFilesLines
* Detect OS IPv6 support using AF_INET6 only.Denis Ovsienko2023-02-221-26/+0
* Put a space between type and '*' in pointer declarators (style)Francois-Xavier Le Bail2021-12-301-1/+1
* Suppress "casting away const" warnings in missing/getopt_long.c.Guy Harris2021-07-241-64/+0
* Add ftmacros.h, defining various feature test macros, and use it.Guy Harris2021-01-011-0/+2
* Handle very large -f files by rejecting them.Guy Harris2020-09-301-2/+14
* We no longer use isascii(), so we don't need to define it with MSVC.Guy Harris2019-09-011-1/+0
* Don't use <ctype.h> macros.Guy Harris2019-09-011-2/+0
* Clean up comments.Guy Harris2019-08-111-0/+6
* <inttypes.h> should suffice to define PRI[doux]64.Guy Harris2019-08-111-47/+1
* Remove more old-compiler compensation.Guy Harris2019-08-081-61/+2
* Require VS 2015 or later for Windows builds using Visual Studio.Guy Harris2019-08-081-49/+41
* Revert "Add PRIsize, to use as the print format for size_t"Francois-Xavier Le Bail2019-08-081-11/+0
* Add PRIsize, to use as the print format for size_tFrancois-Xavier Le Bail2019-08-031-0/+11
* Define ssize_t on Windows.Guy Harris2019-07-211-0/+5
* Squelch annoying bogus Clang warnings.Guy Harris2018-11-091-1/+9
* Fix nd_snprintf(buf, buflen, "string");Guy Harris2018-10-131-2/+2
* Ensure isatty is defined on Win32.Daniel Miller2018-10-021-0/+1
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-14/+43
* Don't define {v}snprintf() as _{v}snprintf(); they're not the same.Guy Harris2018-01-291-2/+0
* Another UN*Xism we need - isascii().Guy Harris2018-01-291-0/+6
* Let CMake figure out whether we have snprintf() or not.Guy Harris2018-01-291-12/+0
* Include funcattrs.h before you use stuff in it.Guy Harris2018-01-281-5/+5
* Pick up Windows snprintf and strdup replacements from libpcap.Guy Harris2018-01-281-6/+56
* Declare ND_UNALIGNED in netdissect.h.Guy Harris2018-01-281-49/+0
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-19/+39
* Remove min() and max() macros from netdissect-stdinc.hFrancois-Xavier Le Bail2018-01-201-7/+0
* Use pcapng as the name of the file format.Guy Harris2018-01-081-2/+2
* improved check for ipv6 support on windows (autotools)Ali Abdulkadir2017-11-061-1/+1
* Fix the macros for controlling warningsFrancois-Xavier Le Bail2017-10-211-5/+23
* Fix 64-bit maximum file size argument stuff.Guy Harris2017-10-201-2/+33
* Get rid of obsolescent configure test.Guy Harris2017-10-161-2/+0
* On UN*X, always use sigaction(), and always have signal handlers return void.Guy Harris2017-10-151-1/+0
* Make the delta between 1970 and 1900 a 64-bit signed integral constant.Guy Harris2017-09-211-0/+20
* Clean up the stuff we do to get <inttypes.h> stuff defined.Guy Harris2017-09-141-95/+107
* Suppress UBSan warnings from EXTRACT_.Guy Harris2017-08-181-0/+5
* Check for __attribute__ ((fallthrough)) (GCC 7).Denis Ovsienko2017-07-221-0/+6
* Fix a file modeFrancois-Xavier Le Bail2016-09-261-0/+0
* added some minor protection against multiple inclusionMichael Richardson2016-07-091-1/+3
* Additional Windows cleanups.Guy Harris2015-09-181-2/+15
* We don't define our own inet_aton() any more, so don't declare it.Guy Harris2015-09-181-2/+0
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-6/+45
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-0/+352