]> The Tcpdump Group git mirrors - tcpdump/history - missing
Regenerate config files.
[tcpdump] / missing /
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-11  Francois-Xavier... libnetdissect code must include 'netdissect.h', not...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-06-11  Guy HarrisDo case-insensitive comparisons assuming ASCII strings.
2015-06-04  Francois-Xavier... Delete trailing spaces/tabs
2015-01-26  Francois-Xavier... Fix a warning for 'strsep' function on Solaris
2014-05-07  Guy Harrisopterr should default to 1, so illegal options are...
2014-05-04  Guy HarrisInclude <errno.h> on both Windows and UN*X.
2014-05-03  Guy HarrisMerge pull request #385 from qnet-herwin/cui
2014-05-02  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2014-05-02  Guy HarrisMerge pull request #386 from gvanem/master
2014-05-02  Gisle VanemUpdate inet_pton.c
2014-05-02  Guy HarrisOops, forgot to fix missing/getopt_long.c to include...
2014-05-01  Gisle VanemDefine optarg, optind, opterr, and optopt.
2014-05-01  Gisle VanemDefine optarg, optind, opterr, and optopt.
2014-05-01  Guy HarrisPut in missing getopt_long() files.
2014-05-01  Gisle Vanemfix missing/inet_ntop.c again
2014-04-23  Guy HarrisMore getting rid of old u_intN_t.
2014-04-01  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-01  Francois-Xavier... get rid of "no previous prototype" warnings for 'strlca...
2014-01-24  Gisle Vanemmissing/inet_ntop.c fix (GH #358)
2014-01-17  Guy HarrisWe don't use missing/sockstorage.h, so get rid of it.
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2011-02-01  Guy HarrisGet rid of unnecessary configure script tests and missi...
2010-05-13  Michael RichardsonMerge commit 'lumag/master'
2010-04-04  Guy HarrisOur bittypes.h is needed only on Windows. Move it...
2009-07-08  Guy HarrisNothing in missing/getaddrinfo.c is used in tcpdump...
2009-07-02  Guy HarrisCast argument to isdigit to unsigned char, so if the...
2005-02-09  guyFrom Gisle Vanem:
2004-09-19  guy"_int64" is signed. "unsigned _int64" is unsigned.
2004-06-20  guyIt's "%I64[doux]", not "%i64[doux]", to print 64-bit...
2004-04-17  guySecond stage of adding support for 64-bit integral...
2004-04-17  guyFirst stage of adding support for 64-bit integral data...
2003-11-18  guyPrint both the name and the description of a link-layer...
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-05-02  guyDigital UNIX 4.0's <net/bpf.h> doesn't define DLT_SLIP_...
2003-03-25  guyFix up some compiler warnings.
2003-03-03  guyGet rid of the include of <sys/cdefs.h>, as that's...
2003-03-02  guyFrom Gisle Vanem: make print-esp.c work with more ...
2002-12-19  guyNetBSD support for multiple data link types on an inter...
2002-08-02  guyMake the definitions of "strlcat()" and "strcpy()"...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-11  itojun__ss_len/family is now nonstandard. standards were...
2002-06-11  itojunwhitespace
2001-01-20  guyPatch from Pekka Savola <[email protected]> to get...
2001-01-12  guy"#if 0" out stuff for "asprintf()", "asnprintf()",...
2001-01-02  guyAs GCC "2.96" notes, "`short int' is promoted to `int...
2000-10-24  fennerEliminate __P().
2000-10-07  itojunrepair 1-byte buffer overrun
2000-01-21  itojunsplit checks for struct addrinfo and NI_xxx.
2000-01-19  itojunneed strl{cat,cpy} badly for buffer overflow
2000-01-19  itojunbring in latest kame getaddrinfo (couple of bug fixes).
2000-01-10  fennerInclude <sys/types.h> to allow compilation on Solaris.
2000-01-09  fennerUnify rcsid[]'s.
2000-01-07  assaradd snprintf implementation
1999-11-21  assaralways include addrinfo.h (some needed flags values...
1999-11-21  assaralways include addrinfo.h
1999-11-21  assardefine values of flags if they are not already defined
1999-10-30  itojunHP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdum...
1999-10-30  itojunlast resort functions for inet_{aton,pton,ntop}.
1999-10-30  itojun- enable build outside of the tree
1999-10-30  itojunfix complation on IPv4 host (tested with plain FreeBSD228).
1999-10-30  itojunBring in KAME IPv6 tcpdump. replaces esp/ah/isakmp...