Chuck

Results 9 comments of Chuck

There is another issue closed in Nov 2022 that cited the same problem. have tried autoconf, autoreconf, and now autogen.sh - `autogen.sh` configure.ac:199: error: possibly undefined macro: AC_PROG_LIBTOOL If this...

It would be nice to have a list of packages that this depends upon, so that one can ensure all dependencies are installed prior to build.

Does the file `test/exploit.pl` need to be present, or can that file omit the malware so that it does not trigger a security alert? When looking at the testing, it...

After looking deeper into the cause of this, the assumption which produced the problem, was that a user would always want to change (fix) the header length. Users may only...

This issue is related to issue #845 The issue resolves the problems encountered with modifying packet length. This issue does not address the underlying quesion, what should be the packet...

This is related to the issue #844 The defect was introduced in 4.4.1, and tcprewrite worked in 4.4.0.

Based upon my investigation, the packet length "fix" was introduced due to issue [#703](https://github.com/appneta/tcpreplay/issues/703). Although the function `fix_ipv4_length()` existed previously, it was not called. Our organization had a similar issue...

I have recently compiled and ran tcpreplay on both Ubuntu and Rocky Linux. Have you tried with other versions of tcpreplay? Have you tried building on a different OS? This...