aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-03-31Add four libpcap test filesFrancois-Xavier Le Bail
2018-02-06Add a libpcap test file.Guy Harris
2018-02-06Rename the test program directory to testprogs.Guy Harris
2018-01-31Don't use non-blocking mode unless we have a timeout or use -n.Guy Harris
2018-01-20Reduce the noise level with non-selectable devices.Guy Harris
2018-01-20Clean up output.Guy Harris
2018-01-20Fix handling of the no-selectable-fd case.Guy Harris
2018-01-20Add support for pcap_get_required_select_timeout().Guy Harris
2018-01-08Update to reflect the name change for Apple's UNIX-for-Macs.Guy Harris
2017-12-02Fix "make depend" on platforms without BPF or PF_PACKET sockets.Guy Harris
2017-11-29Solaris 11 and AIX also have BPF.Guy Harris
2017-11-28Fix mkdep invocations.Guy Harris
2017-11-27Define EXTRA_NETWORK_LIBS, because we use it.Guy Harris
2017-11-27Link the tests with the shared pcap on Windows.Guy Harris
2017-11-26Fix linking with the pthread library.Guy Harris
2017-11-26Have a separate Makefile for the test programs.Guy Harris
2017-11-15Use compiler tests to determine how to define _U_.Guy Harris
2017-11-15Build rpcapd and the tests with the warning flags.Guy Harris
2017-11-13Plug another memory leak.Gisle Vanem
2017-11-12We need <sys/socket.h> for AF_INET.Guy Harris
2017-11-10Fix Windows build.Guy Harris
2017-11-10Use inet_pton() rather than inet_addr().Guy Harris
2017-11-10Use inet_ntop() even for IPv4 addresses.Guy Harris
2017-11-08Report not seeing packets from pcap_dispatch.Guy Harris
2017-11-08Unused variable on Windows is unused.Guy Harris
2017-11-08Hopefully this makes CreateThread() happy.Guy Harris
2017-11-08Sleep different on Windows.Guy Harris
2017-11-08Too few parentheses.Guy Harris
2017-11-080 can be an int or can be converted to a void *, so return 0.Guy Harris
2017-11-08status, however, is used on both platforms.Guy Harris
2017-11-08Do signal stuff only on UN*X.Guy Harris
2017-11-08To use getopt, we need getopt.h on Windows.Guy Harris
2017-11-08winsock2.h first, windows.h later, otherwise Things Fall Apart.Guy Harris
2017-11-08First cut at having the thread test work on Windows.Guy Harris
2017-11-08Link the tests statically with *this* libpcap.Guy Harris
2017-11-08Get rid of a no-longer-used variable.Guy Harris
2017-11-08Include portability.h when we need strdup().Guy Harris
2017-11-08Don't bother with the numerical error code in error messages.Guy Harris
2017-11-08Include ws2tcpip.h to get inet_ntop().Guy Harris
2017-11-08OK, include winsock2.h, but before windows.h.Guy Harris
2017-11-08OK, try this.Guy Harris
2017-11-08Don't include <netinet/in.h> on Windows, but do include <ws2ipdef.h>.Guy Harris
2017-11-08We don't have <sys/socket.h> on Windows, and we don't need <pwd.h>.Guy Harris
2017-11-08This might be what we want.Guy Harris
2017-11-08Don't include <windows.h>.Guy Harris
2017-11-07Use the officially exported name for the function.Guy Harris
2017-11-07More definitions to make Windows+MSVC more like UN*X.Guy Harris
2017-11-07Add some definitions to make Windows+MSVC look a little more like UN*X.Guy Harris
2017-11-07On Windows, look for headers in missing, to find getopt.h when building tests.Guy Harris
2017-11-07Ain't no Valgrind for Windows.Guy Harris