gists/tcpreplay.md

362 B

Replay trace

tcpreplay -i eth0 capture.pcapng

Replace IP address

Replace IP address of endpoint hosts (eg. new destination 10.0.0.2, new source 10.0.0.1):

tcpprep --auto=server --pcap=sbirulo.pcapng --cachefile=stream.cache
tcprewrite --infile=original.pcapng --outfile=modified.pcapng --endpoints=10.0.0.2:10.0.0.1 --cachefile=stream.cache