| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates for getservent.c | Ali Abdulkadir | 2017-11-15 | 1 | -11/+11 |
* | Made up for missing getservent() and endservent() | Ali Abdulkadir | 2017-10-24 | 1 | -0/+143 |
* | Don't require IPv6 library support in order to support IPv6 addresses. | Guy Harris | 2015-09-17 | 5 | -711/+0 |
* | libnetdissect code must include 'netdissect.h', not 'interface.h' | Francois-Xavier Le Bail | 2015-09-11 | 5 | -5/+5 |
* | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' | Francois-Xavier Le Bail | 2015-09-10 | 8 | -8/+8 |
* | Do case-insensitive comparisons assuming ASCII strings. | Guy Harris | 2015-06-11 | 1 | -1/+2 |
* | Delete trailing spaces/tabs | Francois-Xavier Le Bail | 2015-06-04 | 3 | -3/+3 |
* | Fix a warning for 'strsep' function on Solaris | Francois-Xavier Le Bail | 2015-01-26 | 1 | -0/+2 |
* | opterr should default to 1, so illegal options are reported. | Guy Harris | 2014-05-07 | 1 | -1/+1 |
* | Include <errno.h> on both Windows and UN*X. | Guy Harris | 2014-05-04 | 1 | -1/+0 |
* | Update inet_pton.c | Gisle Vanem | 2014-05-02 | 1 | -4/+2 |
* | Oops, forgot to fix missing/getopt_long.c to include getopt_long.h. | Guy Harris | 2014-05-01 | 1 | -1/+1 |
* | Define optarg, optind, opterr, and optopt. | Gisle Vanem | 2014-05-01 | 1 | -0/+3 |
* | Put in missing getopt_long() files. | Guy Harris | 2014-05-01 | 1 | -0/+609 |
* | fix missing/inet_ntop.c again | Gisle Vanem | 2014-05-01 | 1 | -1/+7 |
* | More getting rid of old u_intN_t. | Guy Harris | 2014-04-23 | 1 | -2/+2 |
* | get rid of "no previous prototype" warnings for 'strlcat' and 'strlcpy' | Francois-Xavier Le Bail | 2014-04-01 | 2 | -0/+4 |
* | missing/inet_ntop.c fix (GH #358) | Gisle Vanem | 2014-01-24 | 1 | -1/+0 |
* | We don't use missing/sockstorage.h, so get rid of it. | Guy Harris | 2014-01-17 | 1 | -38/+0 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 12 | -65/+0 |
* | Get rid of unnecessary configure script tests and missing/XXX.h headers. | Guy Harris | 2011-02-01 | 3 | -121/+0 |
* | Our bittypes.h is needed only on Windows. Move it to win32/Include. | Guy Harris | 2010-04-04 | 1 | -117/+0 |
* | Nothing in missing/getaddrinfo.c is used in tcpdump, and it's a pain to | Guy Harris | 2009-07-08 | 2 | -1118/+0 |
* | Cast argument to isdigit to unsigned char, so if the characters 8th bit | Guy Harris | 2009-07-02 | 1 | -1/+1 |
* | From Gisle Vanem: | guy | 2005-02-09 | 1 | -4/+119 |
* | "_int64" is signed. "unsigned _int64" is unsigned. | guy | 2004-09-19 | 1 | -1/+1 |
* | It's "%I64[doux]", not "%i64[doux]", to print 64-bit integral data types | guy | 2004-06-20 | 1 | -4/+4 |
* | Second stage of adding support for 64-bit integral data types - this | guy | 2004-04-17 | 1 | -0/+32 |
* | First stage of adding support for 64-bit integral data types - this | guy | 2004-04-17 | 1 | -0/+18 |
* | Print both the name and the description of a link-layer type (the name | guy | 2003-11-18 | 1 | -43/+66 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 10 | -74/+38 |
* | From Neil Spring: | guy | 2003-11-15 | 10 | -37/+77 |
* | Digital UNIX 4.0's <net/bpf.h> doesn't define DLT_SLIP_BSDOS or | guy | 2003-05-02 | 1 | -1/+5 |
* | Fix up some compiler warnings. | guy | 2003-03-25 | 1 | -5/+8 |
* | Get rid of the include of <sys/cdefs.h>, as that's a BSDism, and put in a | guy | 2003-03-03 | 1 | -5/+5 |
* | From Gisle Vanem: make print-esp.c work with more (maybe all?) OpenSSL | guy | 2003-03-02 | 1 | -0/+80 |
* | NetBSD support for multiple data link types on an interface, from David | guy | 2002-12-19 | 2 | -0/+211 |
* | Make the definitions of "strlcat()" and "strcpy()" prototype | guy | 2002-08-02 | 2 | -10/+4 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 5 | -24/+21 |
* | __ss_len/family is now nonstandard. standards were clarified to use | itojun | 2002-06-11 | 1 | -3/+3 |
* | whitespace | itojun | 2002-06-11 | 12 | -75/+75 |
* | Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()" | guy | 2001-01-20 | 1 | -0/+57 |
* | "#if 0" out stuff for "asprintf()", "asnprintf()", "vasprintf()", and | guy | 2001-01-12 | 1 | -2/+6 |
* | As GCC "2.96" notes, "`short int' is promoted to `int' when passed | guy | 2001-01-02 | 1 | -3/+3 |
* | Eliminate __P(). | fenner | 2000-10-24 | 4 | -77/+32 |
* | repair 1-byte buffer overrun | itojun | 2000-10-07 | 1 | -6/+6 |
* | split checks for struct addrinfo and NI_xxx. | itojun | 2000-01-21 | 2 | -4/+4 |
* | need strl{cat,cpy} badly for buffer overflow | itojun | 2000-01-19 | 2 | -0/+153 |
* | bring in latest kame getaddrinfo (couple of bug fixes). | itojun | 2000-01-19 | 2 | -41/+132 |
* | Include <sys/types.h> to allow compilation on Solaris. | fenner | 2000-01-10 | 1 | -2/+3 |