logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Replay Network Traffic - Control Network Traffic with tcpreplay | Online Free DevTools by Hexmos

Control network traffic replay with tcpreplay. Analyze and simulate network behavior using pcap files on Linux. Free online tool, no registration required.

tcpreplay

Replay network traffic stored in a pcap file. More information: https://tcpreplay.appneta.com/wiki/tcpreplay-man.html.

  • List available network interfaces:

tcpreplay --listnics

  • Replay traffic to interface:

tcpreplay {{[-i|--intf1]}} {{eth0}} {{traffic.pcap}}

  • Replay traffic to interface and stdout:

tcpreplay {{[-i|--intf1]}} {{eth0}} {{[-v|--verbose]}} {{traffic.pcap}}

  • Replay traffic to interface as fast as possible:

tcpreplay {{[-i|--intf1]}} {{eth0}} {{[-t|--topspeed]}} {{traffic.pcap}}

  • Replay traffic to interface at given Mbps:

tcpreplay {{[-i|--intf1]}} {{eth0}} {{[-M|--mbps]}} {{10}} {{traffic.pcap}}

  • Replay traffic to interface several times:

tcpreplay {{[-i|--intf1]}} {{eth0}} {{[-l|--loop]}} {{num_times}} {{traffic.pcap}}

See Also