4460c40197
Fixes: http://autobuild.buildroot.org/results/e95f23f79ba139681fb1e51375719329afe7e22c Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
275 B
Plaintext
10 lines
275 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.synfin.net/
|