summaryrefslogtreecommitdiff
path: root/testprogs
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* testprogs/.gitignore: Add a missing fileFrancois-Xavier Le Bail2022-11-261-0/+1
* fuzz: Disable fuzz targets for WindowsAlexey Vishnyakov2022-10-201-1/+5
* fuzz: Generate unique temporary file names to enable parallel fuzzingAlexey Vishnyakov2022-10-192-6/+31
* Merge pull request #1113 from fenner/no-eventfdGuy Harris2022-08-252-0/+192
|\
| * Close the eventfd if we are non-blockingBill Fenner2022-08-252-0/+192
* | Fix some typosFrancois-Xavier Le Bail2022-07-042-2/+2
* | Remove trailing space/tabFrancois-Xavier Le Bail2022-07-031-1/+1
* | Convert visopts.py to Python 3. [skip ci]Denis Ovsienko2022-06-021-29/+40
|/
* Lose an unused var in testprogs/filtertest.c. [skip ci]Denis Ovsienko2022-05-201-4/+1
* Lose unused testprogs/pcap_compile_test.c [skip ci]Denis Ovsienko2022-05-201-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-01-191-5/+0
* findalldevstest: temporary test to see if this squelches Valgrind warnings.Guy Harris2022-01-191-0/+5
* CMake: Build valgrindtest only if Autoconf would. [skip ci]Denis Ovsienko2021-07-311-1/+4
* Use snprintf() in findalldevstest.c.Denis Ovsienko2021-05-231-2/+2
* Define timeradd() and timersub() if necessary.Denis Ovsienko2021-03-311-3/+0
* Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-171-2/+2
* Don't wrap chunks of headers with extern "C" { ... }.Guy Harris2021-03-171-2/+2
* make some compilers be quiet about un-initialized variable, as per #982Michael Richardson2020-12-291-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