You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
276 B
9 lines
276 B
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/
|
|
|