07ec04246f
Update the tcpreplay package to version 4.0.0. The upstream package has a new maintainer and license. Version 4.0.0 brings a number of new features see http://tcpreplay.appneta.com/ for details. [Peter: drop autoreconf] Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
config BR2_PACKAGE_TCPREPLAY
|
|
bool "tcpreplay"
|
|
depends on BR2_USE_MMU # fork()
|
|
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.appneta.com/
|