tcpreplay icon indicating copy to clipboard operation
tcpreplay copied to clipboard

Pcap editing and replay tools for *NIX and Windows - Users please download source from

Results 72 tcpreplay issues
Sort by recently updated
recently updated
newest added

Replaying valid IPv6 traffic over Ethernet, I get the following error message for most packets (when first 4 bits of Ethernet Destination MAC not set to "6"): - "IPv6 header...

bug

**bug** The 4.5.1 version was successfully installed and tested on one network card. However, when I changed to another network card, an error message was displayed. **To Reproduce** Successful NIC...

bug

**Describe the bug** when using --xdp, tcpreplay sends traffic at maximum speed. I have a file `rec1-4-4.pcap` at rate ~153Mbps, but AF_XDP tcpreplay sender sends it at maximum speed: ```...

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...

bug

**Describe the enhancement** As reported in Debian [Bug#1076243](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076243): tcpreplay: Build-Depends on GNU autogen Source: tcpreplay Version: 4.4.4-1 Severity: normal User: [[email protected]](mailto:[email protected]) Usertags: autogen-eol Good morning, tcpreplay build-depends on GNU autogen,...

enhancement
help wanted
shelved

**Describe the bug** There is a NULL Pointer Dereference in ports2PORT when the user passes ill-formatted portmap string to tcprewrite with option -r or --portmap **To Reproduce** Steps to reproduce...

**Describe the bug** make ends in ``` ld.lld: error: undefined symbol: txring_put >>> referenced by sendpacket.c:328 >>> sendpacket.o:(sendpacket) in archive ./common/libcommon.a ld.lld: error: undefined symbol: txring_init >>> referenced by sendpacket.c:1088...

**Describe the bug** SEGV on unknown address has occurred when running program tcprewrite in function tcpedit_dlt_getplugin at src/tcpedit/plugins/dlt_utils.c:58 **To Reproduce** Steps to reproduce the behavior: 1. ./configure 2. make -j...

bug