diff options
author | Chris Packham <judge.packham@gmail.com> | 2009-07-30 13:59:49 +1200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-06 22:09:23 +0100 |
commit | 20417bbf4e8be341c6754e5444c58ad1a25f3096 (patch) | |
tree | 2f783ba606cc020f192cf012c129d07e325b7a02 /package/tcpreplay/Config.in | |
parent | c9c0d809d4de4e59c80debbd41fa71464b9d256b (diff) | |
download | buildroot-novena-20417bbf4e8be341c6754e5444c58ad1a25f3096.tar.gz buildroot-novena-20417bbf4e8be341c6754e5444c58ad1a25f3096.zip |
add tcpreplay tool
Closes #515.
Tcpreplay is a tool for replaying network traffic from files saved with
tcpdump or other tools which write pcap(3) files.
The tcpreplay suite also ships with other tools (tcprewrite,
tcpreplay-edit) for manipulating pcap files.
[Peter: minor tweaks]
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/tcpreplay/Config.in')
-rw-r--r-- | package/tcpreplay/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/tcpreplay/Config.in b/package/tcpreplay/Config.in new file mode 100644 index 000000000..6d3a3bf4d --- /dev/null +++ b/package/tcpreplay/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_TCPREPLAY + bool "tcpreplay" + 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/ |