Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strcasecmp.c: mark array as const | Kovarththanan Rajaratnam | 2010-02-20 | 1 | -3/+3 |
| | |||||
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
| | | | | | | | | | | appropriately, and that GNUmakefile and the MSVC++ project file define it apppriately, as we do with libpcap, rather than defining it in "interface.h". Undo the rcsid-shuffling and addition of extra #includes, as we no longer need to arrange that "interface.h" be included before using _U_ in an RCS ID or copyright. | ||||
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
| | | | | | | | | | | | use "_U_" in the definitions of "rcsid[]", to eliminate complaints about those variables being unused; move the definitions after the include of "interface.h", or add an include of "interface.h", so that "_U_" is defined. Include "config.h" before including "tcpdump-stdinc.h" in "missing/datalinks.c". | ||||
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -2/+2 |
| | |||||
* | Unify rcsid[]'s. | fenner | 2000-01-09 | 1 | -4/+5 |
| | |||||
* | Switch to config.h instead of passing defines in DEFS. | fenner | 1999-11-21 | 1 | -0/+4 |
| | |||||
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+88 |