buildrootschalter/package/tcpreplay/Config.in
Chris Packham 20417bbf4e add tcpreplay tool
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>
2009-12-06 22:09:23 +01:00

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/