mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Forgate (Forge Gateway) is a tool that allows you to capture
traffic from a third party in a switched environment at the expense of a slight increase in latency to that third party host. Utilizing ARP cache poisoning, packet capture, and packet reconstruction techniques, it works with nearly all TCP, ICMP, and UDP IPv4 traffic flows.
This commit is contained in:
parent
2719fae50a
commit
40fabdd6e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99052
26
net/4g8/Makefile
Normal file
26
net/4g8/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: forgate
|
||||
# Date created: 25.01.2004
|
||||
# Whom: krion
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= forgate
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://forgate.sourceforge.net/downloads/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= krion@FreeBSD.org
|
||||
COMMENT= Forgate is a tool that allows you to capture traffic
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
PLIST_FILES= sbin/forgate
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/4g8/distinfo
Normal file
1
net/4g8/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (forgate-0.9.tgz) = b5455f0c83547769bd486877362f9553
|
8
net/4g8/pkg-descr
Normal file
8
net/4g8/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Forgate (Forge Gateway) is a tool that allows you to capture
|
||||
traffic from a third party in a switched environment at the
|
||||
expense of a slight increase in latency to that third party
|
||||
host. Utilizing ARP cache poisoning, packet capture, and packet
|
||||
reconstruction techniques, it works with nearly all TCP, ICMP,
|
||||
and UDP IPv4 traffic flows.
|
||||
|
||||
WWW: http://forgate.sf.net
|
@ -142,6 +142,7 @@
|
||||
SUBDIR += flow-tools
|
||||
SUBDIR += flowscan
|
||||
SUBDIR += forg
|
||||
SUBDIR += forgate
|
||||
SUBDIR += fpc-inet
|
||||
SUBDIR += fping
|
||||
SUBDIR += fprobe
|
||||
|
26
net/forgate/Makefile
Normal file
26
net/forgate/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: forgate
|
||||
# Date created: 25.01.2004
|
||||
# Whom: krion
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= forgate
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://forgate.sourceforge.net/downloads/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= krion@FreeBSD.org
|
||||
COMMENT= Forgate is a tool that allows you to capture traffic
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
PLIST_FILES= sbin/forgate
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/forgate/distinfo
Normal file
1
net/forgate/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (forgate-0.9.tgz) = b5455f0c83547769bd486877362f9553
|
8
net/forgate/pkg-descr
Normal file
8
net/forgate/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Forgate (Forge Gateway) is a tool that allows you to capture
|
||||
traffic from a third party in a switched environment at the
|
||||
expense of a slight increase in latency to that third party
|
||||
host. Utilizing ARP cache poisoning, packet capture, and packet
|
||||
reconstruction techniques, it works with nearly all TCP, ICMP,
|
||||
and UDP IPv4 traffic flows.
|
||||
|
||||
WWW: http://forgate.sf.net
|
Loading…
Reference in New Issue
Block a user