]> The Tcpdump Group git mirrors - tcpdump/history - win32
Handle very large -f files by rejecting them.
[tcpdump] / win32 /
2015-09-18  Guy HarrisUpdate Visual Studio files.
2015-09-11  Guy HarrisCall pcap_wsockinit(), not wsockinit(), and print a...
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.
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 WinDump.dsp 386/head
2014-05-02  Gisle VanemUpdate WinDump.vcproj
2014-05-02  Gisle VanemCreate ether_ntohost.c
2014-05-02  Gisle VanemDelete errno.h
2014-05-01  Guy HarrisIt's getopt_long.c, not getopt.c
2014-04-30  Guy HarrisUse getopt_long().
2014-04-23  Guy HarrisMore getting rid of old u_intN_t.
2013-02-25  Michael RichardsonMerge pull request #52 from fenner/master
2013-02-22  Michael Richardsonrename file to single case version
2011-06-16  Hannes Gredleradd support for the RPKI/Router Protocol as per draft...
2010-08-23  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-08-23  Guy HarrisGet rid of another unused win32/Include header.
2010-08-23  Guy HarrisGet rid of some more include files we no longer need.
2010-08-23  Guy HarrisClean up handling of tftp.h.
2010-05-13  Michael RichardsonMerge commit 'lumag/master'
2010-04-04  Guy HarrisDon't define any of the SIZEOF_ values.
2010-03-09  test2Added a missing source file to the cygwin makefile.
2010-03-09  test2Added the Windows VS2005 projects.
2008-02-06  guyFrom Andrew Silent: Realtek Remote Control Protocol...
2007-10-13  gianlucaAdded a missing file (print-bt.c) to the project.
2007-09-13  gianlucaFixed a typo (print-udlp.o instead of print-udld.o).
2007-09-13  gianlucaFixed a compilation problem: getnameinfo() was not...
2007-09-13  gianlucaRemoved print-pflog.c from the sources.
2007-08-08  hannesfrom Carles Kishimoto <[email protected]>...
2007-08-03  hannesadd basic support for the IEEE Link Discovery Protocol...
2007-07-24  hannesFrom Carles Kishimoto <[email protected]>:
2007-03-27  hannesadd basic skeleton for printing olsr packets as per...
2007-03-23  hannesFrom From Carles Kishimoto <carles.kishimoto@gmail...
2007-03-21  hannesFrom Carles Kishimoto <[email protected]>:
2007-03-19  hannesFrom Carles Kishimoto <[email protected]>:
2006-10-12  hannesadd skeleton support for 802.1ag CFM
2006-03-03  hannesfrom Carles Kishimoto <[email protected]>:
2006-02-21  hannesmove AF specific stuff to dedicated files
2006-02-10  hannesadd basic support for MPCP 802.3ah frame printer
2006-02-09  hannesmove the crc10 verification to a new file checksum...
2006-01-22  gianlucaAdded print-dccp.c to the MSVC and Cygnus makefiles.
2005-07-13  rissoAdded a missing source file (print-slow.c) in the Cygnu...
2005-07-09  rissoUpdated a library so that tcpdump links correctly under...
2005-06-04  rissoDefined INET6 in the Windows project to prevent compila...
2005-06-03  guyUpdate definitions to match libpcap 0.9 as it'd be...
2005-05-22  rissoAdded print-pgm.c to the WinDump gcc project.
2005-05-22  rissoAdded print-pgm.c to the WinDump VC6 project.
2005-05-04  rissoAdded some new files to the cygnus and MSVC makefiles...
2005-01-04  guyFrom Gisle Vanem: use the correct program name.
2004-12-27  guyHave our own headers to declare the format of ONC ...
2004-04-25  rissoAdded the definition of HAVE_PCAP_IF_T to the build...
2004-04-06  rissoAdded the definition of HAVE_PCAP_LIB_VERSION and HAVE_...
2004-03-19  rissoAdded oui.c, print-ap1394.c and print-symantec.c to...
2004-01-27  guyRemove "bpf_dump.o" from the list of things to build...
2004-01-26  rissoAdded some missing files in order to correctly compile...
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-05  rissoadded print-bfd.c to the Windows VC project
2003-08-08  rissoRemoved w32_fzs.c from the Windows project
2003-08-08  rissoRemoved w32_fzs.c, since the functions it contains...
2003-08-07  rissoAdded the new gmpls.c and print-aodv.c files to the...
2003-05-15  rissoModified the license at the beginning of the files...
2003-04-21  rissoAdded the files missing/dlnames.c, missing/datalinks...
2003-04-21  rissoAdded the files missing/dlnames.c, missing/datalinks...
2003-04-21  rissoUpdated the PrintCapBegins function to make it cleaner...
2002-12-22  guyDefine HAVE_PCAP_DUMP_FLUSH, as the current CVS version...
2002-12-22  guyDefine HAVE_PCAP_DUMP_FLUSH, as the current CVS version...
2002-10-24  rissoadded print-rsvp.c to the Win32 project
2002-10-18  guyAdd support for RFC 2625 IP-over-Fibre Channel.
2002-09-05  guyGet rid of the "-Wno-unused" flag, and fix up most...
2002-08-03  guyCheck for "pcap_findalldevs()" in libpcap in the config...
2002-08-01  rissoAdded support for Win32, based on WinPcap.