diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-19 23:46:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-19 23:46:08 +0800 |
commit | 26831e56901e917b7deef8d49e378311deabde27 (patch) | |
tree | 2d1c3eb2dad79c3992278489d5423214e55c872d /net-mgmt/Makefile | |
parent | 278b5905fd3932e38f9b010711808bd35b02105f (diff) | |
download | freebsd-ports-gnome-26831e56901e917b7deef8d49e378311deabde27.tar.gz freebsd-ports-gnome-26831e56901e917b7deef8d49e378311deabde27.tar.zst freebsd-ports-gnome-26831e56901e917b7deef8d49e378311deabde27.zip |
DHCDROP - utility for tracing and neutralizing(blocking) fake DHCP
servers in Ethernet. Supports various modes. Theres possibility
to set outgoing MAC addresses and optional settings in generated
DHCP requests. Supports legal DHCP servers list. One can run it
in interactive mode under users control or fully automatic mode for
start up from script.
WWW: http://www.netpatch.ru/en/dhcdrop.html
PR: 137955
Submitted by: Babinski Nick <nick@malbi.dp.ua>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 41772012f484..d3ad1cbd27ab 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -52,6 +52,7 @@ SUBDIR += cowpatty SUBDIR += cricket SUBDIR += darkstat + SUBDIR += dhcdrop SUBDIR += disco SUBDIR += docsis SUBDIR += driftnet |