From 20417bbf4e8be341c6754e5444c58ad1a25f3096 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 30 Jul 2009 13:59:49 +1200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/tcpreplay/tcpreplay.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/tcpreplay/tcpreplay.mk (limited to 'package/tcpreplay/tcpreplay.mk') diff --git a/package/tcpreplay/tcpreplay.mk b/package/tcpreplay/tcpreplay.mk new file mode 100644 index 000000000..52b0b35d2 --- /dev/null +++ b/package/tcpreplay/tcpreplay.mk @@ -0,0 +1,16 @@ +############################################################# +# +# tcpreplay +# +############################################################# + +TCPREPLAY_VERSION = 3.4.3 +TCPREPLAY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/tcpreplay +TCPREPLAY_LIBTOOL_PATCH = NO +TCPREPLAY_CONF_ENV = tr_cv_libpcap_version=">= 0.7.0" +TCPREPLAY_CONF_OPT = --program-prefix="" --with-libpcap=$(STAGING_DIR)/usr + +TCPREPLAY_DEPENDENCIES = uclibc libpcap + +$(eval $(call AUTOTARGETS,package,tcpreplay)) + -- cgit v1.2.3