tcpreplay-1.0 port
This commit is contained in:
parent
b45b731775
commit
77c62266db
18
net/tcpreplay/Makefile
Normal file
18
net/tcpreplay/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Makefile for: tcpreplay
|
||||
# Version required: 1.0
|
||||
# Date created: 14 May 1999
|
||||
# Whom: dugsong@monkey.org
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/05/14 15:45:52 dugsong Exp $
|
||||
|
||||
DISTNAME= tcpreplay-1.0
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES= http://www.anzen.com/research/nidsbench/
|
||||
|
||||
MAINTAINER= dugsong@monkey.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/tcpreplay/files/md5
Normal file
3
net/tcpreplay/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
SHA1 (tcpreplay-1.0.tar.gz) = 9464ed2cb76c605b9d492145c0008f6be885d9c0
|
||||
RMD160 (tcpreplay-1.0.tar.gz) = d472f8cfb420809ff14992b779f0ac7e3f5e2a89
|
||||
MD5 (tcpreplay-1.0.tar.gz) = 461df1cfd46f9b1945876c5ad0bba9cb
|
25
net/tcpreplay/patches/patch-aa
Normal file
25
net/tcpreplay/patches/patch-aa
Normal file
@ -0,0 +1,25 @@
|
||||
*** Makefile.in-orig Fri May 14 11:35:45 1999
|
||||
--- Makefile.in Fri May 14 11:35:59 1999
|
||||
***************
|
||||
*** 16,25 ****
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
|
||||
! PCAPDIR = libpcap-0.4
|
||||
! PCAPINCS = -I$(PCAPDIR)
|
||||
! PCAPLIBS = -L$(PCAPDIR) -lpcap
|
||||
! PCAPDEP = $(PCAPDIR)/pcap.h $(PCAPDIR)/libpcap.a
|
||||
|
||||
LNETDIR = Libnet-0.99
|
||||
LNETINCS = -I$(LNETDIR)/include
|
||||
--- 16,25 ----
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
|
||||
! PCAPDIR =
|
||||
! PCAPINCS =
|
||||
! PCAPLIBS = -lpcap
|
||||
! PCAPDEP =
|
||||
|
||||
LNETDIR = Libnet-0.99
|
||||
LNETINCS = -I$(LNETDIR)/include
|
36
net/tcpreplay/patches/patch-ab
Normal file
36
net/tcpreplay/patches/patch-ab
Normal file
@ -0,0 +1,36 @@
|
||||
*** configure-orig Fri May 14 11:36:15 1999
|
||||
--- configure Fri May 14 11:36:26 1999
|
||||
***************
|
||||
*** 1100,1106 ****
|
||||
done
|
||||
|
||||
|
||||
! subdirs="Libnet-0.99 libpcap-0.4"
|
||||
|
||||
|
||||
|
||||
--- 1100,1106 ----
|
||||
done
|
||||
|
||||
|
||||
! subdirs="Libnet-0.99"
|
||||
|
||||
|
||||
|
||||
***************
|
||||
*** 1485,1491 ****
|
||||
esac
|
||||
done
|
||||
|
||||
! for ac_config_dir in Libnet-0.99 libpcap-0.4; do
|
||||
|
||||
# Do not complain, so a configure script can configure whichever
|
||||
# parts of a large source tree are present.
|
||||
--- 1485,1491 ----
|
||||
esac
|
||||
done
|
||||
|
||||
! for ac_config_dir in Libnet-0.99; do
|
||||
|
||||
# Do not complain, so a configure script can configure whichever
|
||||
# parts of a large source tree are present.
|
1
net/tcpreplay/pkg/COMMENT
Normal file
1
net/tcpreplay/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
resend network traffic saved by tcpdump
|
6
net/tcpreplay/pkg/DESCR
Normal file
6
net/tcpreplay/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
Tcpreplay is a program for replaying network traffic saved in
|
||||
packet-trace files generated using tcpdump(8)'s -w flag.
|
||||
|
||||
-d.
|
||||
|
2
net/tcpreplay/pkg/PLIST
Normal file
2
net/tcpreplay/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
sbin/tcpreplay
|
||||
man/man8/tcpreplay.8
|
Loading…
Reference in New Issue
Block a user