summaryrefslogtreecommitdiff
path: root/testprogs
Commit message (Expand)AuthorAgeFilesLines
* testprogs/.gitignore: Add a missing fileFrancois-Xavier Le Bail2022-11-261-0/+1
* Close the eventfd if we are non-blockingBill Fenner2022-08-272-0/+192
* Fix some typosFrancois-Xavier Le Bail2022-07-042-2/+2
* Remove trailing space/tabFrancois-Xavier Le Bail2022-07-031-1/+1
* Lose an unused var in testprogs/filtertest.c. [skip ci]Denis Ovsienko2022-06-031-4/+1
* Lose unused testprogs/pcap_compile_test.c [skip ci]Denis Ovsienko2022-06-031-11/+0
* configure: get rid of unused substituted variable.Guy Harris2022-04-041-4/+3
* testprogs: line-wrap Makefile.in to 80 characters. [skip ci]Guy Harris2022-04-041-11/+26
* Revert "findalldevstest: temporary test to see if this squelches Valgrind war...Guy Harris2022-02-201-5/+0
* findalldevstest: temporary test to see if this squelches Valgrind warnings.Guy Harris2022-02-201-0/+5
* CMake: Build valgrindtest only if Autoconf would. [skip ci]Denis Ovsienko2022-02-201-1/+4
* Use snprintf() in findalldevstest.c.Denis Ovsienko2021-05-231-2/+2
* Define timeradd() and timersub() if necessary.Denis Ovsienko2021-04-091-3/+0
* make some compilers be quiet about un-initialized variable, as per #982Michael Richardson2020-12-311-1/+1
* Fix some typosFrancois-Xavier Le Bail2020-12-122-2/+2
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Merge pull request #800 from catenacyber/fuzzrMichael Richardson2020-08-283-0/+135
|\
| * Fuzz rpcpap protocolPhilippe Antoine2020-07-203-0/+135
* | Make minor improvements to visopts.py.Denis Ovsienko2020-08-201-11/+18
|/
* writealldevstest: add support for -D and opening by number.Guy Harris2020-07-031-25/+199
* Initialize snaplen.Guy Harris2020-07-031-1/+1
* Add support for setting the snapshot length and not setting the filter.Guy Harris2020-07-031-14/+36
* 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