diff options
author | krion <krion@FreeBSD.org> | 2004-01-25 18:57:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-25 18:57:00 +0800 |
commit | 25c756027f15aec4ae318740a12283e47260fd39 (patch) | |
tree | 3705cb868ba4cd7f9e004306dae5b32686f783a8 /net/Makefile | |
parent | 53593d32ca3d6fbabb961d9da1892748eab6a20e (diff) | |
download | freebsd-ports-gnome-25c756027f15aec4ae318740a12283e47260fd39.tar.gz freebsd-ports-gnome-25c756027f15aec4ae318740a12283e47260fd39.tar.zst freebsd-ports-gnome-25c756027f15aec4ae318740a12283e47260fd39.zip |
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.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ac4a94da11a4..d0fd00773bc2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -142,6 +142,7 @@ SUBDIR += flow-tools SUBDIR += flowscan SUBDIR += forg + SUBDIR += forgate SUBDIR += fpc-inet SUBDIR += fping SUBDIR += fprobe |