]> The Tcpdump Group git mirrors - tcpdump/history - tcpdump-stdinc.h
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / tcpdump-stdinc.h
2014-05-04  Guy HarrisInclude <errno.h> on both Windows and UN*X.
2014-05-04  Guy HarrisUNALIGNED is used in structures and must *always* be...
2014-05-03  Guy HarrisBGP assumes octets, not bytes; no need to use NBBY...
2014-05-03  Guy HarrisMerge pull request #385 from qnet-herwin/cui
2014-05-02  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2014-05-02  Guy HarrisMerge pull request #386 from gvanem/master
2014-05-02  Gisle VanemUpdate tcpdump-stdinc.h
2014-05-02  Gisle VanemUpdate tcpdump-stdinc.h
2014-04-23  Guy HarrisWe still need u_intN_t.
2014-04-23  Guy HarrisMore getting rid of old u_intN_t.
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-03-14  Denis Ovsienkojustify min()/max() macros declarations and usage
2014-02-02  Guy HarrisDo our own isascii(), isprint(), isgraph(), and toascii().
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2014-01-02  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Michael Richardsonwhitespace changes
2013-10-18  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2013-10-18  Denis Ovsienkoadopt MacOS deprecation workaround from FreeRADIUS
2013-10-14  Denis Ovsienkomind MSVC's UNALIGNED macro (GH #335 pt.2)
2013-10-12  Denis OvsienkoNFS: replace ino_t with u_int32_t (GH #335 pt. 1)
2013-06-22  Guy HarrisMerge pull request #317 from tejblum/strict-aliasing
2013-06-21  Denis OvsienkoMerge pull request #320 from tejblum/strict-aliasing-2
2013-06-16  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2013-06-10  Guy HarrisUse __inline with MSVC for all source files.
2010-08-31  Guy HarrisMark various IPv4 and IPv6 headers as unaligned.
2010-05-13  Michael RichardsonMerge commit 'lumag/master'
2010-04-04  Guy HarrisOS X has its own optimized ntoh[ls]; use them, don...
2010-03-09  test2Added the definition of NBBY for Visual Studio compilers.
2007-11-24  mcradded "make check"
2006-05-19  hannesadd TRUE, FALSE defs
2005-07-09  rissoRemoved the inclusion of IP6_misc.h. It's no more neede...
2005-05-04  rissoAdded again some #define's for MSVC compilers that...
2005-04-27  guyFrom Alexander Dupuy: don't define our own [hn]to[nh...
2005-04-20  guyFrom Albert Chin:
2005-03-27  guySome UN*Xes need INET_ADDRSTRLEN defined as well, for...
2005-03-27  guyAdd declarations of __ntohl() and __ntohs() to squelch...
2005-02-09  guyFrom Gisle Vanem:
2004-04-17  guyAssume that u_int64_t is defined, along with PRI[dux...
2003-11-16  guyGive it a proper RCS ID.
2003-06-07  guyAdd a new "ipproto.h" header file, with definitions...
2003-05-15  rissoModified the license at the beginning of the files...
2003-03-22  guyFrom Hank Leininger <tcpdump-workers@progressive-comp...
2003-03-02  guyFrom Gisle Vanem: make print-esp.c work with more ...
2002-08-05  guyGive the file an SCCS and RCS ID.
2002-08-02  guyOnly include in "tcpdump-stdinc.h" the headers that...
2002-08-01  rissoAdded support for Win32, based on WinPcap.