diff options
author | kris <kris@FreeBSD.org> | 2000-09-03 09:54:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-03 09:54:26 +0800 |
commit | 8b4a4419cd3830f07ee5d92d77c936be2f3cad86 (patch) | |
tree | 57e9f459189341d9dbf0785e9ffce614110b7c74 /net/Makefile | |
parent | b9809b451f975d1ec8057de6e6a6922aaa69d9b7 (diff) | |
download | freebsd-ports-gnome-8b4a4419cd3830f07ee5d92d77c936be2f3cad86.tar.gz freebsd-ports-gnome-8b4a4419cd3830f07ee5d92d77c936be2f3cad86.tar.zst freebsd-ports-gnome-8b4a4419cd3830f07ee5d92d77c936be2f3cad86.zip |
despoof 0.9 is a utility for comparing the TTL of a received packet which
is considered "suspicious" with the actual TTL of a test packet sent to
that host, to try and detect packet spoofing. It is intended to be used
as part of an IDS system.
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 261dedcc4c5c..554c2c2e2af5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -46,6 +46,7 @@ SUBDIR += datapipe SUBDIR += ddup SUBDIR += delegate + SUBDIR += despoof SUBDIR += dgd SUBDIR += dgd-lpmud SUBDIR += dgd-net |