summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Call the flag to enable remote capture ENABLE_REMOTE.Guy Harris2017-10-031-2/+2
* Allow the filter to be omitted from the command line.Guy Harris2017-09-231-10/+10
* Plug some resource (memory) leaks:Gisle Vanem2017-09-233-1/+11
* We don't call pcap_lookupdev(), so use the first pcap_findalldevs() device.Guy Harris2017-09-091-8/+10
* Don't use pcap_lookupdev() in the tests.Guy Harris2017-09-085-22/+26
* Move all the function attributes from funcattrs.h to pcap/funcattrs.h.Guy Harris2017-09-088-8/+8
* Always include <config.h> rather than "config.h".Guy Harris2017-08-183-3/+3
* Use compiler #defines to determine how to handle some function attributes.Guy Harris2017-03-198-244/+15
* Fix some build problems on Windows.Gisle Vanem2017-03-121-3/+6
* Add support for testing fetching remote interface information.Guy Harris2017-03-111-4/+112
* Handle no -i argument, report success.Guy Harris2016-06-271-2/+10
* Split out the UN*X flags to pcap flags mapping.Guy Harris2016-01-251-1/+16
* Explain what valgrindtest does.Guy Harris2015-12-251-0/+24
* Fix test programs to build on more platforms.Guy Harris2015-11-035-30/+260
* Add a "getopt.h" header and include it instead of <unistd.h> on Windows.Guy Harris2015-11-017-30/+15
* Move getopt.c to the missing directory.Guy Harris2015-09-231-1/+1
* [cmake] Add getopt.c if MSVCDmytro Ovdiienko2015-09-221-9/+15
* Add tests to CMakeDmytro Ovdiienko2015-09-225-6/+73
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-2/+2
* Add a test for pcap_can_set_rfmon().Guy Harris2015-03-301-0/+92
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-084-32/+32
* issue: https://github.com/the-tcpdump-group/libpcap/pull/319Michael Richardson2015-02-159-2/+347
|\
| * Add some BPF expressiones for to explore bpf_optimize().solofox2013-09-037-0/+10
| * Add a tool parsing bpf_optimize() output to show the optimize process on brow...solofox2013-09-031-0/+309
| * Dump BPF tree representation transformations using dot language in bpf_optimi...solofox2013-09-031-0/+23
* | Make findalldevstest exit with an exit status of 2 on an error.Guy Harris2015-02-121-4/+13
* | findalldevstest: fix SIGSEGV (Segmentation fault) on Travis (Linux build)Francois-Xavier Le Bail2015-02-111-5/+7
* | Allow a DLT number to be specified.Guy Harris2014-07-251-2/+6
* | Check whether the compiled filter passes validation.Guy Harris2014-05-181-0/+21
* | remove libpcap's own CVS keywordsDenis Ovsienko2014-01-032-4/+0
* | And use the timeout.Guy Harris2013-12-101-1/+1
* | Oops, have to set the timeout before pcap_activate().Guy Harris2013-12-101-0/+4
* | Add -m for immediate mode.Guy Harris2013-12-101-5/+34
* | Clean up some error messages.Guy Harris2013-12-101-6/+14
* | Default to blocking mode, and add flags to set non-blocking mode and timeout.Guy Harris2013-12-101-6/+26
* | Rename nonblocktest to capturetest.Guy Harris2013-12-101-0/+0
|/
* Oops, forgot to define USE_SOCKET_FILTERS on Linux.Guy Harris2013-04-101-0/+1
* Fix tpo.Guy Harris2013-04-101-1/+1
* Make the PCAP_DONT_INCLUDE_PCAP_BPF_H stuff BPF-only.Guy Harris2013-04-101-5/+9
* Use raw ioctls or setsockopts to set the bad filters.Guy Harris2013-04-101-6/+53
* Add a test program for the open, close, and filter compile/set code paths.Guy Harris2013-04-101-0/+356
* added compile test skeletonMichael Richardson2013-02-051-0/+11
* Add a test for pcap_activate() on an open pcap_t failing as it should.Guy Harris2011-07-261-0/+84
* Move test source to a tests directory, add a new test for nonblocking mode.Guy Harris2010-03-315-0/+1189