20417bbf4e
Closes #515. Tcpreplay is a tool for replaying network traffic from files saved with tcpdump or other tools which write pcap(3) files. The tcpreplay suite also ships with other tools (tcprewrite, tcpreplay-edit) for manipulating pcap files. [Peter: minor tweaks] Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
config BR2_PACKAGE_TCPREPLAY
|
|
bool "tcpreplay"
|
|
select BR2_PACKAGE_LIBPCAP
|
|
help
|
|
Tcpreplay is a tool for replaying network traffic from files saved
|
|
with tcpdump or other tools which write pcap(3) files.
|
|
|
|
http://tcpreplay.synfin.net/
|