mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 23:37:17 +00:00
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/
|