]> The Tcpdump Group git mirrors - libpcap/history - tests
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / tests /
2022-03-31  Francois-Xavier... Add four libpcap test files
2018-02-07  Guy HarrisAdd a libpcap test file.
2018-02-06  Guy HarrisRename the test program directory to testprogs.
2018-02-01  Guy HarrisDon't use non-blocking mode unless we have a timeout...
2018-01-20  Guy HarrisReduce the noise level with non-selectable devices.
2018-01-20  Guy HarrisClean up output.
2018-01-20  Guy HarrisFix handling of the no-selectable-fd case.
2018-01-20  Guy HarrisAdd support for pcap_get_required_select_timeout().
2018-01-09  Guy HarrisUpdate to reflect the name change for Apple's UNIX...
2017-12-03  Guy HarrisFix "make depend" on platforms without BPF or PF_PACKET...
2017-11-30  Guy HarrisSolaris 11 and AIX also have BPF.
2017-11-29  Guy HarrisFix mkdep invocations.
2017-11-28  Guy HarrisDefine EXTRA_NETWORK_LIBS, because we use it.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-27  Guy HarrisLink the tests with the shared pcap on Windows.
2017-11-27  Guy HarrisFix linking with the pthread library.
2017-11-27  Guy HarrisHave a separate Makefile for the test programs.
2017-11-15  Guy HarrisUse compiler tests to determine how to define _U_.
2017-11-15  Guy HarrisBuild rpcapd and the tests with the warning flags.
2017-11-13  Gisle VanemPlug another memory leak.
2017-11-12  Guy HarrisWe need <sys/socket.h> for AF_INET.
2017-11-10  Guy HarrisFix Windows build.
2017-11-10  Guy HarrisUse inet_pton() rather than inet_addr().
2017-11-10  Guy HarrisUse inet_ntop() even for IPv4 addresses.
2017-11-09  Guy HarrisReport not seeing packets from pcap_dispatch.
2017-11-08  Guy HarrisUnused variable on Windows is unused.
2017-11-08  Guy HarrisHopefully this makes CreateThread() happy.
2017-11-08  Guy HarrisSleep different on Windows.
2017-11-08  Guy HarrisToo few parentheses.
2017-11-08  Guy Harris0 can be an int or can be converted to a void *, so...
2017-11-08  Guy Harrisstatus, however, is used on both platforms.
2017-11-08  Guy HarrisDo signal stuff only on UN*X.
2017-11-08  Guy HarrisTo use getopt, we need getopt.h on Windows.
2017-11-08  Guy Harriswinsock2.h first, windows.h later, otherwise Things...
2017-11-08  Guy HarrisFirst cut at having the thread test work on Windows.
2017-11-08  Guy HarrisLink the tests statically with *this* libpcap.
2017-11-08  Guy HarrisGet rid of a no-longer-used variable.
2017-11-08  Guy HarrisInclude portability.h when we need strdup().
2017-11-08  Guy HarrisDon't bother with the numerical error code in error...
2017-11-08  Guy HarrisInclude ws2tcpip.h to get inet_ntop().
2017-11-08  Guy HarrisOK, include winsock2.h, but before windows.h.
2017-11-08  Guy HarrisOK, try this.
2017-11-08  Guy HarrisDon't include <netinet/in.h> on Windows, but do include...
2017-11-08  Guy HarrisWe don't have <sys/socket.h> on Windows, and we don...
2017-11-08  Guy HarrisThis might be what we want.
2017-11-08  Guy HarrisDon't include <windows.h>.
2017-11-08  Guy HarrisUse the officially exported name for the function.
2017-11-08  Guy HarrisMore definitions to make Windows+MSVC more like UN*X.
2017-11-08  Guy HarrisAdd some definitions to make Windows+MSVC look a little...
2017-11-08  Guy HarrisOn Windows, look for headers in missing, to find getopt...
2017-11-08  Guy HarrisAin't no Valgrind for Windows.
2017-11-08  Guy HarrisAdd a top-level tests target, for the test programs...
2017-11-07  Guy HarrisAdd a test for breaking a capture loop from another...
2017-10-05  Ali AbdulkadirMerge branch 'master' of https://github.com/the-tcpdump...
2017-10-04  Guy HarrisMerge pull request #645 from sgeto/m4_esyscmd_s
2017-10-04  Guy HarrisCall the flag to enable remote capture ENABLE_REMOTE.
2017-09-23  Guy HarrisMerge pull request #628 from sgeto/no_pdb_pls
2017-09-23  Guy HarrisMerge pull request #627 from sgeto/lib_prefix
2017-09-23  Guy HarrisAllow the filter to be omitted from the command line.
2017-09-23  Gisle VanemPlug some resource (memory) leaks:
2017-09-09  Guy HarrisWe don't call pcap_lookupdev(), so use the first pcap_f...
2017-09-08  Guy HarrisDon't use pcap_lookupdev() in the tests.
2017-09-08  Guy HarrisMove all the function attributes from funcattrs.h to...
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-03-19  Guy HarrisMerge pull request #568 from gvanem/master
2017-03-19  Guy HarrisUse compiler #defines to determine how to handle some...
2017-03-12  Gisle VanemFix some build problems on Windows.
2017-03-12  Guy HarrisAdd support for testing fetching remote interface infor...
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-06-27  Guy HarrisMerge pull request #503 from hsluoyz/master
2016-06-27  Guy HarrisMerge pull request #502 from hsluoyz/master
2016-06-27  Guy HarrisHandle no -i argument, report success.
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-01-25  Guy HarrisSplit out the UN*X flags to pcap flags mapping.
2015-12-27  Guy HarrisMerge pull request #471 from blazeable/module-def
2015-12-26  Guy HarrisExplain what valgrindtest does.
2015-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-03  Guy HarrisFix test programs to build on more platforms.
2015-11-02  Guy HarrisAdd a "getopt.h" header and include it instead of ...
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-23  Guy HarrisMove getopt.c to the missing directory.
2015-09-23  Dmytro Ovdiienko[cmake] Add getopt.c if MSVC
2015-09-23  Dmytro OvdiienkoAdd tests to CMake
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-03-31  Guy HarrisAdd a test for pcap_can_set_rfmon().
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-15  Michael RichardsonMerge pull request #403 from skarg/libpcap-dlm
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge remote-tracking branch 'github/master' into bound...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael RichardsonMerge branch 'solofox-master'
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2015-02-12  Guy HarrisMake findalldevstest exit with an exit status of 2...
2015-02-11  Francois-Xavier... findalldevstest: fix SIGSEGV (Segmentation fault) on...
2014-11-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
next