Bug 64866 - [UPDATE] update to new version of port net-mgmt/tcpreplay (v 2.0.3)
Summary: [UPDATE] update to new version of port net-mgmt/tcpreplay (v 2.0.3)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: smace
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-28 21:40 UTC by Gaspar Chilingarov
Modified: 2004-06-23 16:47 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gaspar Chilingarov 2004-03-28 21:40:16 UTC
port upgrade to newer version of tcpreplay tool
shas archive attached 


---shar start--
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#   Makefile
#   distinfo
#   pkg-descr
#   pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:   tcpreplay
X# Date created:        29 March 2004
X# Whom:                nm@web.am
X#
X# $FreeBSD$
X#
X
XPORTNAME=  tcpreplay
XPORTVERSION=   2.0.3
XCATEGORIES=    net-mgmt
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=    ${PORTNAME}
X
XMAINTAINER=    smace@FreeBSD.org
XCOMMENT=   A tool to replay saved packet capture files
X
XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
X
XGNU_CONFIGURE= yes
XCONFIGURE_ARGS+= --with-libnet=${LOCALBASE}
X
XMAN1=      capinfo.1 tcpprep.1 pcapmerge.1
XMAN8=      flowreplay.8 tcpreplay.8
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (tcpreplay-2.0.3.tar.gz) = e9f0fe69b38c9d893b72a16895367a79
XSIZE (tcpreplay-2.0.3.tar.gz) = 498164
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XTcpreplay is aimed at testing the performance of a Network Intrusion Detection
XSystem by replaying real background network traffic in which to hide attacks.
X
XTcpreplay allows you to control the speed at which the traffic is replayed,
Xand can replay arbitrary libpcap traces.
X
XUnlike programmatically-generated artificial traffic which doesn't exercise
Xthe application/protocol inspection that a NIDS performs, and doesn't
Xreproduce the real-world anomalies that appear on production networks
X(asymmetric routes, traffic bursts/lulls, fragmentation, retransmissions,
Xetc.), tcpreplay allows for exact replication of real traffic seen on real
Xnetworks.
X
XWWW: http://www.sf.net/projects/tcpreplay
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xbin/capinfo
Xbin/flowreplay
Xbin/pcapmerge
Xbin/tcpprep
Xsbin/tcpreplay
END-of-pkg-plist
exit
---shar end--

Fix: 

attacehd file :)
How-To-Repeat:      n/a
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-03-29 04:09:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->smace

Over to maintainer.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-06-23 16:46:11 UTC
State Changed
From-To: open->closed

Port has been updated, thanks for your submission. 

Please provide patches in unified diff-format. You can find 
more details in the Porter's Handbook.