]> The Tcpdump Group git mirrors - tcpdump/history - netdissect-stdinc.h
OpenFlow: Have a function for each message type.
[tcpdump] / netdissect-stdinc.h
2020-09-30  Guy HarrisHandle very large -f files by rejecting them.
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-09-01  Guy HarrisWe no longer use isascii(), so we don't need to define...
2019-09-01  Guy HarrisDon't use <ctype.h> macros.
2019-08-11  Guy HarrisClean up comments.
2019-08-11  Guy Harris<inttypes.h> should suffice to define PRI[doux]64.
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-08-09  Guy HarrisRequire VS 2015 or later for Windows builds using Visua...
2019-08-08  Francois-Xavier... Revert "Add PRIsize, to use as the print format for...
2019-08-03  Francois-Xavier... Add PRIsize, to use as the print format for size_t
2019-07-21  Guy HarrisDefine ssize_t on Windows.
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-11-09  Guy HarrisSquelch annoying bogus Clang warnings.
2018-10-14  Guy HarrisFix nd_snprintf(buf, buflen, "string");
2018-10-02  Guy HarrisMerge pull request #704 from nmap/win32-isatty
2018-10-02  Daniel MillerEnsure isatty is defined on Win32. 704/head
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-29  Guy HarrisDon't define {v}snprintf() as _{v}snprintf(); they...
2018-01-29  Guy HarrisAnother UN*Xism we need - isascii().
2018-01-29  Guy HarrisLet CMake figure out whether we have snprintf() or...
2018-01-29  Guy HarrisInclude funcattrs.h before you use stuff in it.
2018-01-29  Guy HarrisPick up Windows snprintf and strdup replacements from...
2018-01-29  Guy HarrisDeclare ND_UNALIGNED in netdissect.h.
2018-01-22  Guy HarrisDon't test for __attribute__ in the configure script.
2018-01-20  Francois-Xavier... Remove min() and max() macros from netdissect-stdinc.h
2018-01-09  Guy HarrisUse pcapng as the name of the file format.
2017-11-11  David CroninMerge remote-tracking branch 'upstream/master'
2017-11-06  Guy HarrisMerge pull request #642 from sgeto/ipv6_win32
2017-11-05  Ali Abdulkadirimproved check for ipv6 support on windows (autotools) 642/head
2017-10-21  Francois-Xavier... Fix the macros for controlling warnings
2017-10-20  Guy HarrisFix 64-bit maximum file size argument stuff.
2017-10-16  Guy HarrisGet rid of obsolescent configure test.
2017-10-16  Guy HarrisOn UN*X, always use sigaction(), and always have signal...
2017-09-28  Michael RichardsonMerge pull request #635 from sjvudp/f-contribute
2017-09-21  Guy HarrisMake the delta between 1970 and 1900 a 64-bit signed...
2017-09-15  Guy HarrisClean up the stuff we do to get <inttypes.h> stuff...
2017-08-19  Guy HarrisSuppress UBSan warnings from EXTRACT_.
2017-07-22  Denis OvsienkoCheck for __attribute__ ((fallthrough)) (GCC 7).
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-09-26  Francois-Xavier... Fix a file mode
2016-07-29  Michael RichardsonMerge pull request #534 from MisterDA/hncp-20160728
2016-07-10  Michael RichardsonMerge pull request #528 from mcr/master
2016-07-09  Michael Richardsonadded some minor protection against multiple inclusion 528/head
2015-09-19  Guy HarrisAdditional Windows cleanups.
2015-09-18  Guy HarrisWe don't define our own inet_aton() any more, so don...
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'