summaryrefslogtreecommitdiff
path: root/testprogs
Commit message (Expand)AuthorAgeFilesLines
* Remove some trailing tabsFrancois-Xavier Le Bail2020-06-171-1/+1
* threadsignaltest: add an option to disable the wakeup.Guy Harris2020-06-021-19/+35
* Fix a typoFrancois-Xavier Le Bail2020-05-191-1/+1
* testprogs/Makefile.in: Sort the source files alphabeticallyFrancois-Xavier Le Bail2020-05-191-2/+2
* Initialize a variable.Guy Harris2020-05-071-1/+1
* Support AirPcap devices with a pcap module.Guy Harris2020-05-074-1/+367
* Fix earlier commit.Guy Harris2020-04-131-2/+2
* Add an ENABLE_PROFILING option.Guy Harris2020-04-131-3/+3
* Fix Windows compilation.Guy Harris2020-04-101-2/+2
* Add a new program for performance testing of pcap_findalldevs().Guy Harris2020-04-104-0/+106
* Fix "make depend" for out-of-tree builds.Guy Harris2020-03-021-1/+1
* Correctly look for mkdep in the top-level source directory.Guy Harris2020-03-021-1/+2
* Plug memory-leakGisle Vanem2020-02-251-1/+2
* sa_mask is a sigset_t, which is not guaranteed to be an int.Guy Harris2020-02-031-1/+1
* Only define local flag variables for UN*X-only options on UN*X.Guy Harris2020-02-031-0/+2
* On UN*X, add options to test signals during a capture.Guy Harris2020-02-031-2/+77
* On Linux, return error on interface going away, not just going down.Guy Harris2020-01-291-28/+30
* Use more HTTPS in URLsFrancois-Xavier Le Bail2020-01-191-4/+4
* Use correct function name in outputting error information.Nan Xiao2019-11-153-3/+3
* Don't fail the preferred interface has no IPv4 address.Guy Harris2019-10-221-2/+18
* Linux: get ifdrop stats from sysfs.Mario Rugiero2019-10-031-0/+4
* Clean up some whitespacesFrancois-Xavier Le Bail2019-01-233-3/+3
* Attempt to deal with OSes that require you to link with -lpthread.Guy Harris2018-10-242-0/+16
* Lines end with NL on UN*X and CR-LF on Windows.Guy Harris2018-10-191-1/+1
* Get rid of unused variable.Guy Harris2018-10-161-1/+0
* Fuzzing libpcapPhilippe Antoine2018-10-089-0/+295
* We also need to undefine BPF_JUMP to avoid warnings.Guy Harris2018-09-151-4/+6
* Include varattrs.h to define _U_.Guy Harris2018-09-151-0/+1
* Squelch another warning.Guy Harris2018-09-151-0/+15
* Squelch a warning.Guy Harris2018-09-151-0/+4
* Squelch a warning.Guy Harris2018-09-151-0/+4
* Remove unreachable return statements.Guy Harris2018-09-152-2/+0
* Fix data types.Guy Harris2018-09-154-4/+4
* Use size_t to accumulate the length of a string.Guy Harris2018-09-131-1/+1
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Clean up -Wshorten-64-to-32 warnings in the test programs.Guy Harris2018-09-103-13/+49
* Don't use internal routines.Guy Harris2018-08-311-1/+1
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2018-05-251-1/+1
* Add -Wformat-nonliteral and fix most warnings that come upJoerg Mayer2018-05-032-2/+2
* Have separate flags for "optimizer debug" and "print DOT graph".Guy Harris2018-05-032-17/+28
* Update comments to reflect current reality.Guy Harris2018-05-031-5/+5
* Use pcap_set_optimizer_debug() to set the optimizer debug level.Guy Harris2018-05-021-6/+14
* Clean up descriptions.Guy Harris2018-04-301-2/+2
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-0/+39
* Fix a few warnings that came up after turning on a dozen more warningsJoerg Mayer2018-04-042-2/+2
* Fix a set of trivial unused warningsJoerg Mayer2018-04-043-4/+4
* Decorate the declaration, not the later definition, with PCAP_NORETURN.Guy Harris2018-03-312-4/+4
* Squelch warnings in test programs.Guy Harris2018-03-312-2/+2
* Check for no-additional-compiler-flags in the subdirectories as well.Guy Harris2018-03-271-2/+4