tcpreplay
tcpreplay copied to clipboard
Pcap editing and replay tools for *NIX and Windows - Users please download source from
When building from appneta-tcpreplay-v4.4.1-1-g09f0774.tar.gz on macOS Monterey 12.0.1 I get the following error when trying to generate configure: %$ ./autogen.sh autoheader: error: error: AC_CONFIG_HEADERS not found in configure.ac **To Reproduce**...
**Describe the bug** Bug that was described in https://github.com/appneta/tcpreplay/issues/630 was fixed with https://github.com/appneta/tcpreplay/pull/631 and https://github.com/appneta/tcpreplay/pull/645 , but subsequently reverted with https://github.com/appneta/tcpreplay/pull/699 to address https://github.com/appneta/tcpreplay/issues/674 **To Reproduce** See #630 **Expected behavior**...
**Describe the bug** A clear and concise description of what the bug is. Linker error in txring.c using Android NDK version 23 ``` ld: error: undefined symbol: txring_put >>> referenced...
I have capture file that uses DLT_LINUX_SLL2 link layer format https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html. It is used by [default by `tcpdump`](https://github.com/the-tcpdump-group/tcpdump/pull/850). When trying to run `tcprewrite` following error is printed since the link...
fixes #727
**Describe the bug** My goal is to use tcprewrite to slit the traffic in PCAP to 1.1.1.1:2.2.2.2. When port 80 is involved in PCAP I get right results (the endspoints...
I am using "tcprewrite" for changing the IP-addresses of the a pcap file by executing the following command: **tcprewrite --srcipmap=192.168.1.99:10.2.1.45 --dstipmap=192.168.1.100:10.10.10.81 --infile=input.pcap --outfile=output.pcap** Then, when i go through the output.pcap...
I want to send n-th packet or n-th to m-th packets. But ' −−limit m' option send only 1-th to m-th packets. If I send only 2-th packet, commands are...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...