summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add four libpcap test filesFrancois-Xavier Le Bail2022-03-304-0/+0
* Add a libpcap test fileFrancois-Xavier Le Bail2022-03-111-0/+0
* Add a libpcap test file.Guy Harris2018-02-061-0/+0
* Rename the test program directory to testprogs.Guy Harris2018-02-0622-3178/+0
* Don't use non-blocking mode unless we have a timeout or use -n.Guy Harris2018-01-311-24/+34
* Reduce the noise level with non-selectable devices.Guy Harris2018-01-201-33/+59
* Clean up output.Guy Harris2018-01-201-5/+5
* Fix handling of the no-selectable-fd case.Guy Harris2018-01-201-19/+33
* Add support for pcap_get_required_select_timeout().Guy Harris2018-01-201-2/+29
* Update to reflect the name change for Apple's UNIX-for-Macs.Guy Harris2018-01-081-2/+2
* Fix "make depend" on platforms without BPF or PF_PACKET sockets.Guy Harris2017-12-021-12/+2
* Solaris 11 and AIX also have BPF.Guy Harris2017-11-291-2/+2
* Fix mkdep invocations.Guy Harris2017-11-281-1/+1
* Define EXTRA_NETWORK_LIBS, because we use it.Guy Harris2017-11-271-0/+1
* Link the tests with the shared pcap on Windows.Guy Harris2017-11-271-2/+7
* Fix linking with the pthread library.Guy Harris2017-11-261-0/+1
* Have a separate Makefile for the test programs.Guy Harris2017-11-262-0/+165
* Use compiler tests to determine how to define _U_.Guy Harris2017-11-158-0/+16
* Build rpcapd and the tests with the warning flags.Guy Harris2017-11-151-0/+2
* Plug another memory leak.Gisle Vanem2017-11-131-0/+1
* We need <sys/socket.h> for AF_INET.Guy Harris2017-11-121-0/+1
* Fix Windows build.Guy Harris2017-11-101-2/+2
* Use inet_pton() rather than inet_addr().Guy Harris2017-11-101-3/+14
* Use inet_ntop() even for IPv4 addresses.Guy Harris2017-11-101-11/+18
* Report not seeing packets from pcap_dispatch.Guy Harris2017-11-081-1/+2
* Unused variable on Windows is unused.Guy Harris2017-11-081-0/+2
* Hopefully this makes CreateThread() happy.Guy Harris2017-11-081-2/+4
* Sleep different on Windows.Guy Harris2017-11-081-1/+17
* Too few parentheses.Guy Harris2017-11-081-1/+1
* 0 can be an int or can be converted to a void *, so return 0.Guy Harris2017-11-081-1/+1
* status, however, is used on both platforms.Guy Harris2017-11-081-1/+1
* Do signal stuff only on UN*X.Guy Harris2017-11-081-0/+4
* To use getopt, we need getopt.h on Windows.Guy Harris2017-11-081-0/+2
* winsock2.h first, windows.h later, otherwise Things Fall Apart.Guy Harris2017-11-081-0/+1
* First cut at having the thread test work on Windows.Guy Harris2017-11-082-8/+70
* Link the tests statically with *this* libpcap.Guy Harris2017-11-081-41/+17
* Get rid of a no-longer-used variable.Guy Harris2017-11-081-1/+0
* Include portability.h when we need strdup().Guy Harris2017-11-083-4/+16
* Don't bother with the numerical error code in error messages.Guy Harris2017-11-081-2/+1
* Include ws2tcpip.h to get inet_ntop().Guy Harris2017-11-081-1/+1
* OK, include winsock2.h, but before windows.h.Guy Harris2017-11-081-1/+2
* OK, try this.Guy Harris2017-11-081-6/+4
* Don't include <netinet/in.h> on Windows, but do include <ws2ipdef.h>.Guy Harris2017-11-081-2/+3
* We don't have <sys/socket.h> on Windows, and we don't need <pwd.h>.Guy Harris2017-11-081-1/+2
* This might be what we want.Guy Harris2017-11-081-5/+5
* Don't include <windows.h>.Guy Harris2017-11-081-1/+0
* Use the officially exported name for the function.Guy Harris2017-11-071-1/+2
* More definitions to make Windows+MSVC more like UN*X.Guy Harris2017-11-071-4/+13
* Add some definitions to make Windows+MSVC look a little more like UN*X.Guy Harris2017-11-072-2/+52
* On Windows, look for headers in missing, to find getopt.h when building tests.Guy Harris2017-11-071-3/+2