summaryrefslogtreecommitdiff
path: root/netdissect-stdinc.h
Commit message (Expand)AuthorAgeFilesLines
* 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