Denis Ovsienko
Denis Ovsienko
As discussed on IRC. - [x] Mark this if you consider it ready to merge - [x] I've added tests (optional) - [ ] I wrote some lines in the...
Tested using `haiku-r1beta3-x86_64-anyboot.iso` (plus the `llvm9_clang` and `CMake` packages installed via HaikuDepot) and the current master branch at commit ff7024d (after my recent CMake change reverted and a couple cosmetic...
This became apparent whilst trying to debug #1083. Steps to reproduce: 1. Install FreeBSD from `FreeBSD-13.0-RELEASE-amd64-disc1.iso` 2. `freebsd-update fetch install` 3. `reboot` 4. `pkg update` 5. `pkg install autoconf valgrind...
Tested using the current master branches and the most up to date Haiku R1/beta3: ``` Haiku shredder 1 hrev55181+66 Jul 6 2022 08:03: x86_64 x86_64 Haiku ``` Compiling tcpdump with...
The file `configure.ac` includes three test programs for libpcap, each of which includes at least one test of the following form: ```c #define PCAP_TEST "0.7.2" if (strncmp(pcap_lib_version(), PCAP_TEST, 3) >=...
**Describe the bug** Some of the statistics become incorrect when the loop counter is greater than the default one. **To Reproduce** Steps to reproduce the behavior: 1. Run tcpreplay with...
I am going to merge these changes after re-testing one more time on Haiku hrev57585 from the next nightly build.
These results are from the [20230608 snapshot of Debian 12 GNU/Hurd](https://cdimage.debian.org/cdimage/ports/12.0/hurd-i386/debian-hurd-20230608.img.tar.xz). The original problem manifested in libpcap build matrix, which runs `testprogs/findalldevstest`. Upon a closer look it became clear that...
It looks like some constants need to be either `#ifdef`-wrapped properly or made mandatory in Autoconf/CMake. AFAIR, on AIX 7.1 at least 4 build matrix setups managed to pass, on...
The build matrix runs CMake with `-Werror=dev` by default. On `netbsd-mips64` this [works with CMake 3.26.4](https://ci.tcpdump.org/#/builders/51/builds/909), but [fails with CMake 3.27.6](https://ci.tcpdump.org/#/builders/51/builds/910): ``` $ cmake -Werror=dev -DWITH_CRYPTO=no -DENABLE_SMB=no -DEXTRA_CFLAGS=-Werror -DCMAKE_INSTALL_PREFIX=/tmp/tcpdump_build_matrix.CeCq5oXq .....