Chuck

Results 7 issues of Chuck

the file `test/exploit.pl` is malware and triggers a policy violation on some malware detection systems.

The tcprewrite program changes packet length to an undesirable (incorrect) value. **Describe the bug** TCP rewrite appears to change packet length incorrectly, due to incorrect handling of minimum length packets;...

**Description:** Change `tcprewrite` to add a option flag `fixhdrlen` to enable (default disable) modifying packet header length. Only modify packet header length when flag `fixhdrlen` is used. **Explanation:** The `tcprewrite`...

The tcprewrite program provides incorrect checksum and modifies packet length in an undesireable manner. **Describe the bug** TCP rewrite produces an incorrect IP and TCP checksum for certain pcap files....

The README build instructions specify using `./configure`, but the repo does not contain the `./configure` file. I have tried - `autoconf` error: configure.ac:36: error: possibly undefined macro: AM_INIT_AUTOMAKE If this...

**Overview** The tcpreplay program `tcprewrite` does not support IPv6 FRAG(mented) header checksum recalculation. The protocol `0x2c` is not included in the switch statement, and thus a `TCPEDIT_WARN` is generated and...

bug

**Overview** The tcpreplay program `tcprewrite` does not support IPv6 FRAG(mented) header checksum recalculation. The protocol `0x2c` is not included in the switch statement, and thus a `TCPEDIT_WARN` is generated and...