[csw-devel] SF.net SVN: gar:[11848] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Dec 9 02:12:47 CET 2010


Revision: 11848
          http://gar.svn.sourceforge.net/gar/?rev=11848&view=rev
Author:   skayser
Date:     2010-12-09 01:12:47 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
tcpreplay: initial commit, work in progress, feel free to take over

Added Paths:
-----------
    csw/mgar/pkg/tcpreplay/
    csw/mgar/pkg/tcpreplay/branches/
    csw/mgar/pkg/tcpreplay/tags/
    csw/mgar/pkg/tcpreplay/trunk/
    csw/mgar/pkg/tcpreplay/trunk/Makefile
    csw/mgar/pkg/tcpreplay/trunk/checksums
    csw/mgar/pkg/tcpreplay/trunk/files/


Property changes on: csw/mgar/pkg/tcpreplay/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/tcpreplay/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcpreplay/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tcpreplay/trunk/Makefile	2010-12-09 01:12:47 UTC (rev 11848)
@@ -0,0 +1,39 @@
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! build state unknown, work in progress, please verify
+#
+GARNAME = tcpreplay
+GARVERSION = 3.4.4
+CATEGORIES = apps
+
+DESCRIPTION = Tool to replay saved tcpdump files at arbitrary speeds
+define BLURB
+  Tcpreplay is a suite of BSD licensed tools written by  Aaron Turner for
+  UNIX (and Win32 under  Cygwin) operating systems which gives you the
+  ability to use previously captured traffic in  libpcap format to test a
+  variety of network devices. It allows you to classify traffic as client
+  or server, rewrite Layer 2, 3 and 4 headers and finally replay the
+  traffic back onto the network and through other devices such as
+  switches, routers, firewalls, NIDS and IPS's. Tcpreplay supports both
+  single and dual NIC modes for testing both sniffing and inline devices. 
+endef
+
+VENDOR_URL   = http://tcpreplay.sf.net
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-libpcap=$(prefix)
+CONFIGURE_ARGS += --enable-dynamic-link
+
+# Avoid "template version mismatches" error
+# http://tcpreplay.synfin.net/wiki/FAQ#tcpreplay_opts.h:72:3:error:erroroptiontemplateversionmismatchesautooptsoptions.hheader
+CONFIGURE_ARGS += --disable-local-libopts --disable-libopts-install
+
+include gar/category.mk
+
+pre-configure-modulated:
+	gsed -i 's,-Wall -O3 -std=gnu99,,' $(WORKSRC)/configure.ac
+	autoreconf -fi $(WORKSRC)
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/tcpreplay/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/tcpreplay/trunk/checksums
===================================================================
--- csw/mgar/pkg/tcpreplay/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/tcpreplay/trunk/checksums	2010-12-09 01:12:47 UTC (rev 11848)
@@ -0,0 +1 @@
+22725feb9b2590809f9350308ec65180  tcpreplay-3.4.4.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list