View | Details | Raw Unified | Return to bug 193508
Collapse All | Expand All

(-)despoof/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MASTER_SITES=	${MASTER_SITE_PACKETSTORM}
8
MASTER_SITES=	${MASTER_SITE_PACKETSTORM}
9
MASTER_SITE_SUBDIR=	UNIX/misc
9
MASTER_SITE_SUBDIR=	UNIX/misc
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	portmaster@bsdforge.com
12
COMMENT=	Command-line anti-spoofing detection utility
12
COMMENT=	Command-line anti-spoofing detection utility
13
13
14
DEPRECATED=	Depends on expired net/libnet10
14
DEPRECATED=	Depends on expired net/libnet10
(-)despoof/pkg-descr (-6 / +5 lines)
Lines 1-7 Link Here
1
A command-line anti-spoofing detection utility. The idea is simple --
1
A command-line anti-spoofing detection utility. The idea is simple:
2
if you receive a packet that you suspect is spoofed, try to determine
2
should you receive a packet that you suspect is spoofed, try to determine the
3
the real TTL of the packet and compare it to the TTL of the packet you
3
real TTL of the packet and compare it to the TTL of the packet you received.
4
received. This is intended to be used as a component of an IDS
4
This is intended for use as a component to an IDS toolkit, and the likes.
5
toolkit.
6
5
7
WWW: http://www.bindview.com/Services/razor/Utilities/Unix_Linux/despoof_readme.cfm
6
WWW: http://BSDforge.com/projects/net/despoof/

Return to bug 193508