summaryrefslogtreecommitdiff
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* get rid of "no previous prototype" warnings for 'strlcat' and 'strlcpy'Francois-Xavier Le Bail2014-04-012-0/+4
* missing/inet_ntop.c fix (GH #358)Gisle Vanem2014-01-241-1/+0
* We don't use missing/sockstorage.h, so get rid of it.Guy Harris2014-01-171-38/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-0312-65/+0
* Get rid of unnecessary configure script tests and missing/XXX.h headers.Guy Harris2011-02-013-121/+0
* Our bittypes.h is needed only on Windows. Move it to win32/Include.Guy Harris2010-04-041-117/+0
* Nothing in missing/getaddrinfo.c is used in tcpdump, and it's a pain toGuy Harris2009-07-082-1118/+0
* Cast argument to isdigit to unsigned char, so if the characters 8th bitGuy Harris2009-07-021-1/+1
* From Gisle Vanem:guy2005-02-091-4/+119
* "_int64" is signed. "unsigned _int64" is unsigned.guy2004-09-191-1/+1
* It's "%I64[doux]", not "%i64[doux]", to print 64-bit integral data typesguy2004-06-201-4/+4
* Second stage of adding support for 64-bit integral data types - thisguy2004-04-171-0/+32
* First stage of adding support for 64-bit integral data types - thisguy2004-04-171-0/+18
* Print both the name and the description of a link-layer type (the nameguy2003-11-181-43/+66
* Have the configure script arrange that the Makefile define _U_guy2003-11-1610-74/+38
* From Neil Spring:guy2003-11-1510-37/+77
* Digital UNIX 4.0's <net/bpf.h> doesn't define DLT_SLIP_BSDOS orguy2003-05-021-1/+5
* Fix up some compiler warnings.guy2003-03-251-5/+8
* Get rid of the include of <sys/cdefs.h>, as that's a BSDism, and put in aguy2003-03-031-5/+5
* From Gisle Vanem: make print-esp.c work with more (maybe all?) OpenSSLguy2003-03-021-0/+80
* NetBSD support for multiple data link types on an interface, from Davidguy2002-12-192-0/+211
* Make the definitions of "strlcat()" and "strcpy()" prototypeguy2002-08-022-10/+4
* Added support for Win32, based on WinPcap.risso2002-08-015-24/+21
* __ss_len/family is now nonstandard. standards were clarified to useitojun2002-06-111-3/+3
* whitespaceitojun2002-06-1112-75/+75
* Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()"guy2001-01-201-0/+57
* "#if 0" out stuff for "asprintf()", "asnprintf()", "vasprintf()", andguy2001-01-121-2/+6
* As GCC "2.96" notes, "`short int' is promoted to `int' when passedguy2001-01-021-3/+3
* Eliminate __P().fenner2000-10-244-77/+32
* repair 1-byte buffer overrunitojun2000-10-071-6/+6
* split checks for struct addrinfo and NI_xxx.itojun2000-01-212-4/+4
* need strl{cat,cpy} badly for buffer overflowitojun2000-01-192-0/+153
* bring in latest kame getaddrinfo (couple of bug fixes).itojun2000-01-192-41/+132
* Include <sys/types.h> to allow compilation on Solaris.fenner2000-01-101-2/+3
* Unify rcsid[]'s.fenner2000-01-096-4/+36
* add snprintf implementationassar2000-01-071-0/+620
* always include addrinfo.h (some needed flags values might be defined there)assar1999-11-211-2/+0
* always include addrinfo.hassar1999-11-211-2/+0
* define values of flags if they are not already definedassar1999-11-211-15/+31
* HP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdump_patches/13>itojun1999-10-303-2/+16
* last resort functions for inet_{aton,pton,ntop}.itojun1999-10-304-3/+231
* - enable build outside of the treeitojun1999-10-301-0/+2
* fix complation on IPv4 host (tested with plain FreeBSD228).itojun1999-10-301-0/+2
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-309-0/+1642