Index: head/net-mgmt/tcpreplay/Makefile =================================================================== --- head/net-mgmt/tcpreplay/Makefile (revision 426557) +++ head/net-mgmt/tcpreplay/Makefile (revision 426558) @@ -1,27 +1,27 @@ # Created by: cnh@ivmg.net # $FreeBSD$ PORTNAME= tcpreplay -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to replay saved packet capture files LICENSE= GPLv3 BUILD_DEPENDS= pcapnav-config:net/libpcapnav GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \ --with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} regression-test: build @cd ${WRKSRC} && ${MAKE} -s test .include Index: head/net-mgmt/tcpreplay/distinfo =================================================================== --- head/net-mgmt/tcpreplay/distinfo (revision 426557) +++ head/net-mgmt/tcpreplay/distinfo (revision 426558) @@ -1,2 +1,3 @@ -SHA256 (tcpreplay-4.1.1.tar.gz) = 61b916ef91049cad2a9ddc8de6f5e3e3cc5d9998dbb644dc91cf3a798497ffe4 -SIZE (tcpreplay-4.1.1.tar.gz) = 2173781 +TIMESTAMP = 1479618765 +SHA256 (tcpreplay-4.1.2.tar.gz) = da483347e83a9b5df0e0dbb0f822a2d37236e79dda35f4bc4e6684fa827f25ea +SIZE (tcpreplay-4.1.2.tar.gz) = 2162175 Index: head/net-mgmt/tcpreplay/files/patch-src__tree.c =================================================================== --- head/net-mgmt/tcpreplay/files/patch-src__tree.c (revision 426557) +++ head/net-mgmt/tcpreplay/files/patch-src__tree.c (revision 426558) @@ -1,11 +1,11 @@ ---- ./src/tree.c.orig 2009-07-28 09:16:43.000000000 +0200 -+++ ./src/tree.c 2009-07-28 09:16:57.000000000 +0200 -@@ -48,6 +48,8 @@ +--- src/tree.c.orig 2016-11-19 19:41:38 UTC ++++ src/tree.c +@@ -37,6 +37,8 @@ extern tcpprep_t *tcpprep; extern int debug; #endif +#include + /* static buffer used by tree_print*() functions */ char tree_print_buff[TREEPRINTBUFFLEN]; Index: head/net-mgmt/tcpreplay/pkg-descr =================================================================== --- head/net-mgmt/tcpreplay/pkg-descr (revision 426557) +++ head/net-mgmt/tcpreplay/pkg-descr (revision 426558) @@ -1,14 +1,14 @@ Tcpreplay is aimed at testing the performance of a Network Intrusion Detection System by replaying real background network traffic in which to hide attacks. Tcpreplay allows you to control the speed at which the traffic is replayed, and can replay arbitrary libpcap traces. Unlike programmatically-generated artificial traffic which doesn't exercise the application/protocol inspection that a NIDS performs, and doesn't reproduce the real-world anomalies that appear on production networks (asymmetric routes, traffic bursts/lulls, fragmentation, retransmissions, etc.), tcpreplay allows for exact replication of real traffic seen on real networks. -WWW: http://tcpreplay.synfin.net/trac/ +WWW: http://tcpreplay.appneta.com/