Files
buildroot/package/tcpreplay/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

11 lines
334 B
Plaintext

config BR2_PACKAGE_TCPREPLAY
bool "tcpreplay"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC
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/