]> The Tcpdump Group git mirrors - tcpdump/history - missing
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / missing /
2024-05-20  Guy HarrisRemove missing/datalinks.c
2024-05-19  Guy HarrisGet rid of support for libpcap prior to 1.0.
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2023-04-21  Francois-Xavier... Put "}" at beginning of line with "else" to keep a...
2023-02-19  Denis OvsienkoDo not substitute strdup().
2023-02-15  Francois-Xavier... Fix spaces before tabs in indentation
2023-01-31  Denis OvsienkoRemove unused missing/snprintf.c. [skip ci]
2022-01-19  Guy HarrisGet rid of the Windows ether_ntohost().
2021-12-30  Francois-Xavier... Put a space between type and '*' in pointer declarators...
2021-07-24  Denis OvsienkoFixup the previous commit for GCC. [skip ci]
2021-07-24  Guy HarrisSuppress "casting away const" warnings in missing/getop...
2020-09-13  Denis OvsienkoLose underscores in some macro names. [skip ci]
2020-08-06  Francois-Xavier... Remove the unused DLT_LANE8023 link-layer dissector
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-09-15  Guy HarrisMove getopt_long.h to missing.
2018-09-15  Guy HarrisRevert "Clean up the code a bit."
2018-09-15  Guy HarrisClean up the code a bit.
2018-07-28  Denis OvsienkoStick with one version of pcap_dump_ftell.c.
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-29  Guy HarrisPick up Windows snprintf and strdup replacements from...
2018-01-26  Guy HarrisCreate the missing/pcap_dump_ftell.c that's expected...
2018-01-23  Guy HarrisOops, forgot to add missing/win_ether_ntohost.h.
2018-01-23  Guy HarrisOn Windows, we have our own ether_ntohost(); declare it.
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-11-16  Guy HarrisMerge pull request #649 from sgeto/GETSERVENT2
2017-11-15  Ali AbdulkadirUpdates for getservent.c 649/head
2017-11-11  David CroninMerge remote-tracking branch 'upstream/master'
2017-10-25  Guy HarrisMerge pull request #641 from sgeto/servent
2017-10-24  Ali AbdulkadirMade up for missing getservent() and endservent()
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
next