aboutsummaryrefslogtreecommitdiff
path: root/testprogs
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-11-26testprogs/.gitignore: Add a missing fileFrancois-Xavier Le Bail
2022-08-27Close the eventfd if we are non-blockingBill Fenner
2022-07-04Fix some typosFrancois-Xavier Le Bail
2022-07-03Remove trailing space/tabFrancois-Xavier Le Bail
2022-06-03Lose an unused var in testprogs/filtertest.c. [skip ci]Denis Ovsienko
2022-06-03Lose unused testprogs/pcap_compile_test.c [skip ci]Denis Ovsienko
2022-04-04configure: get rid of unused substituted variable.Guy Harris
2022-04-04testprogs: line-wrap Makefile.in to 80 characters. [skip ci]Guy Harris
2022-02-20Revert "findalldevstest: temporary test to see if this squelches Valgrind war...Guy Harris
2022-02-20findalldevstest: temporary test to see if this squelches Valgrind warnings.Guy Harris
2022-02-20CMake: Build valgrindtest only if Autoconf would. [skip ci]Denis Ovsienko
2021-05-23Use snprintf() in findalldevstest.c.Denis Ovsienko
2021-04-09Define timeradd() and timersub() if necessary.Denis Ovsienko
2020-12-31make some compilers be quiet about un-initialized variable, as per #982Michael Richardson
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2020-08-28Merge pull request #800 from catenacyber/fuzzrMichael Richardson
2020-08-20Make minor improvements to visopts.py.Denis Ovsienko
2020-07-20Fuzz rpcpap protocolPhilippe Antoine
2020-07-03writealldevstest: add support for -D and opening by number.Guy Harris
2020-07-03Initialize snaplen.Guy Harris
2020-07-03Add support for setting the snapshot length and not setting the filter.Guy Harris
2020-06-17Remove some trailing tabsFrancois-Xavier Le Bail
2020-06-02threadsignaltest: add an option to disable the wakeup.Guy Harris
2020-05-19Fix a typoFrancois-Xavier Le Bail
2020-05-19testprogs/Makefile.in: Sort the source files alphabeticallyFrancois-Xavier Le Bail
2020-05-07Initialize a variable.Guy Harris
2020-05-07Support AirPcap devices with a pcap module.Guy Harris
2020-04-13Fix earlier commit.Guy Harris
2020-04-13Add an ENABLE_PROFILING option.Guy Harris
2020-04-10Fix Windows compilation.Guy Harris
2020-04-10Add a new program for performance testing of pcap_findalldevs().Guy Harris
2020-03-02Fix "make depend" for out-of-tree builds.Guy Harris
2020-03-02Correctly look for mkdep in the top-level source directory.Guy Harris
2020-02-25Plug memory-leakGisle Vanem
2020-02-03sa_mask is a sigset_t, which is not guaranteed to be an int.Guy Harris
2020-02-03Only define local flag variables for UN*X-only options on UN*X.Guy Harris
2020-02-03On UN*X, add options to test signals during a capture.Guy Harris
2020-01-29On Linux, return error on interface going away, not just going down.Guy Harris
2020-01-19Use more HTTPS in URLsFrancois-Xavier Le Bail
2019-11-15Use correct function name in outputting error information.Nan Xiao
2019-10-22Don't fail the preferred interface has no IPv4 address.Guy Harris
2019-10-03Linux: get ifdrop stats from sysfs.Mario Rugiero
2019-01-23Clean up some whitespacesFrancois-Xavier Le Bail
2018-10-24Attempt to deal with OSes that require you to link with -lpthread.Guy Harris
2018-10-19Lines end with NL on UN*X and CR-LF on Windows.Guy Harris
2018-10-16Get rid of unused variable.Guy Harris
2018-10-08Fuzzing libpcapPhilippe Antoine
2018-09-15We also need to undefine BPF_JUMP to avoid warnings.Guy Harris