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>
This commit is contained in:
Dmitry Marakasov 2009-08-19 15:46:08 +00:00
parent 04c559980b
commit 4c5a345e2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239956
4 changed files with 44 additions and 0 deletions

View File

@ -52,6 +52,7 @@
SUBDIR += cowpatty
SUBDIR += cricket
SUBDIR += darkstat
SUBDIR += dhcdrop
SUBDIR += disco
SUBDIR += docsis
SUBDIR += driftnet

32
net-mgmt/dhcdrop/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: dhcdrop
# Date created: Aug 9 2009
# Whom: Nick F
#
# $FreeBSD$
#
PORTNAME= dhcdrop
PORTVERSION= 0.5
CATEGORIES= net-mgmt sysutils
MASTER_SITES= http://www.netpatch.ru/projects/dhcdrop/
MAINTAINER= ffault@gmail.com
COMMENT= Tool for searching and suppressing false DHCP servers
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN8= ${PORTNAME}.8
MANLANG= "" ru
PLIST_FILES= sbin/dhcdrop
OPTIONS= STATIC "Build a static version of dhcdrop" off
.include <bsd.port.options.mk>
.if defined(WITH_STATIC)
CONFIGURE_ARGS+=--enable-static-build
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (dhcdrop-0.5.tar.bz2) = 11a20f399fad60ae0ae68b3df872d8c2
SHA256 (dhcdrop-0.5.tar.bz2) = 719f83b40a41075b9ef64269ecf03dbfc5d1ba014c0248486e668b087047ae97
SIZE (dhcdrop-0.5.tar.bz2) = 279218

View File

@ -0,0 +1,8 @@
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