summaryrefslogtreecommitdiff
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* Updates for getservent.cAli Abdulkadir2017-11-151-11/+11
* Made up for missing getservent() and endservent()Ali Abdulkadir2017-10-241-0/+143
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-175-711/+0
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-115-5/+5
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-108-8/+8
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-1/+2
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-06-043-3/+3
* Fix a warning for 'strsep' function on SolarisFrancois-Xavier Le Bail2015-01-261-0/+2
* opterr should default to 1, so illegal options are reported.Guy Harris2014-05-071-1/+1
* Include <errno.h> on both Windows and UN*X.Guy Harris2014-05-041-1/+0
* Update inet_pton.cGisle Vanem2014-05-021-4/+2
* Oops, forgot to fix missing/getopt_long.c to include getopt_long.h.Guy Harris2014-05-011-1/+1
* Define optarg, optind, opterr, and optopt.Gisle Vanem2014-05-011-0/+3
* Put in missing getopt_long() files.Guy Harris2014-05-011-0/+609
* fix missing/inet_ntop.c againGisle Vanem2014-05-011-1/+7
* More getting rid of old u_intN_t.Guy Harris2014-04-231-2/+2
* 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