| Commit message (Expand) | Author | Age | Files | Lines |
* | The official #define for 32-bit and 64-bit Windows is _WIN32. | Guy Harris | 2015-09-02 | 1 | -4/+4 |
* | Include <errno.h> on both Windows and UN*X. | Guy Harris | 2014-05-04 | 1 | -1/+2 |
* | UNALIGNED is used in structures and must *always* be defined. | Guy Harris | 2014-05-04 | 1 | -3/+2 |
* | BGP assumes octets, not bytes; no need to use NBBY, just use 8. | Guy Harris | 2014-05-03 | 1 | -4/+0 |
* | Update tcpdump-stdinc.h | Gisle Vanem | 2014-05-02 | 1 | -3/+0 |
* | Update tcpdump-stdinc.h | Gisle Vanem | 2014-05-02 | 1 | -10/+19 |
* | We still need u_intN_t. | Guy Harris | 2014-04-23 | 1 | -2/+2 |
* | More getting rid of old u_intN_t. | Guy Harris | 2014-04-23 | 1 | -1/+78 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -6/+1 |
* | justify min()/max() macros declarations and usage | Denis Ovsienko | 2014-03-14 | 1 | -0/+7 |
* | Do our own isascii(), isprint(), isgraph(), and toascii(). | Guy Harris | 2014-02-02 | 1 | -7/+0 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -3/+0 |
* | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -1/+1 |
* | adopt MacOS deprecation workaround from FreeRADIUS | Denis Ovsienko | 2013-10-18 | 1 | -0/+46 |
* | mind MSVC's UNALIGNED macro (GH #335 pt.2) | Denis Ovsienko | 2013-10-14 | 1 | -0/+4 |
* | NFS: replace ino_t with u_int32_t (GH #335 pt. 1) | Denis Ovsienko | 2013-10-12 | 1 | -2/+0 |
* | Use __inline with MSVC for all source files. | Guy Harris | 2013-06-09 | 1 | -0/+7 |
* | Mark various IPv4 and IPv6 headers as unaligned. | Guy Harris | 2010-08-31 | 1 | -2/+35 |
* | OS X has its own optimized ntoh[ls]; use them, don't define our own. | Guy Harris | 2010-04-04 | 1 | -1/+1 |
* | Added the definition of NBBY for Visual Studio compilers. | test2 | 2010-03-09 | 1 | -0/+4 |
* | added "make check" | mcr | 2007-11-24 | 1 | -6/+6 |
* | add TRUE, FALSE defs | hannes | 2006-05-19 | 1 | -1/+9 |
* | Removed the inclusion of IP6_misc.h. It's no more needed and it upsets cygnus... | risso | 2005-07-09 | 1 | -2/+2 |
* | Added again some #define's for MSVC compilers that were wrongly removed. | risso | 2005-05-04 | 1 | -1/+15 |
* | From Alexander Dupuy: don't define our own [hn]to[nh][sl] macros if | guy | 2005-04-27 | 1 | -2/+2 |
* | From Albert Chin: | guy | 2005-04-20 | 1 | -2/+9 |
* | Some UN*Xes need INET_ADDRSTRLEN defined as well, for "inet_ntop_v4()". | guy | 2005-03-27 | 1 | -5/+5 |
* | Add declarations of __ntohl() and __ntohs() to squelch compiler warnings | guy | 2005-03-27 | 1 | -1/+4 |
* | From Gisle Vanem: | guy | 2005-02-09 | 1 | -18/+44 |
* | Assume that u_int64_t is defined, along with PRI[dux]64, as per the | guy | 2004-04-17 | 1 | -1/+4 |
* | Give it a proper RCS ID. | guy | 2003-11-16 | 1 | -0/+2 |
* | Add a new "ipproto.h" header file, with definitions of IP protocol type | guy | 2003-06-07 | 1 | -1/+0 |
* | Modified the license at the beginning of the files created by the Politecno d... | risso | 2003-05-15 | 1 | -17/+26 |
* | From Hank Leininger <tcpdump-workers@progressive-comp.com>: fix a typo. | guy | 2003-03-22 | 1 | -2/+2 |
* | From Gisle Vanem: make print-esp.c work with more (maybe all?) OpenSSL | guy | 2003-03-02 | 1 | -2/+27 |
* | Give the file an SCCS and RCS ID. | guy | 2002-08-05 | 1 | -0/+2 |
* | Only include in "tcpdump-stdinc.h" the headers that are actually needed | guy | 2002-08-02 | 1 | -12/+16 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -0/+87 |