2005-02-05 17:11:47 +01:00
|
|
|
# $NetBSD: Makefile,v 1.23 2005/02/05 16:11:48 adrianp Exp $
|
2000-08-11 10:07:48 +02:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
|
|
|
|
|
upgrade to 2.3. XXX not sure if patch-aa is right or not.
pcap-int.h is normally installed, as it is internal to libpcap.
$Id: CHANGES,v 1.54 2000/12/17 16:39:05 dugsong Exp $
v2.3 Sun Dec 17 11:35:38 EST 2000
- Add VRRP parsing to dsniff, from Eric Jackson <shinobi@monkey.org>.
- Require pcap filter argument for tcpkill, tcpnice.
- Add Microsoft PPTP MS-CHAP (v1, v2) parsing to dsniff, based on
anger.c by Aleph One <aleph1@securityfocus.com>.
- Fix pcAnywhere 7, 9.x parsing in dsniff.
- Add -t trigger[,...] flag to dsniff, to specify individual triggers
on the command line.
- Convert most everything to use new buf interface.
- New programs: dnsspoof, msgsnarf, sshmitm, webmitm.
- Fix inverted regex matching in *snarf programs.
- Consistent arpspoof, macof, tcpnice, tcpkill output.
- Rename arpredirect to arpspoof (maintain consistent *sniff, *snarf,
*spoof, *spy nomenclature).
- Consistent pcap filter argument to dsniff, *snarf programs.
- Add trigger for Checkpoint Firewall-1 Session Authentication Agent
(261/tcp), as suggested by Joe Segreti <seg@clark.net>.
- Add SMTP parsing to dsniff, as requested by Denis Ducamp
<Denis.Ducamp@hsc.fr>.
- Add rexec and RPC ypserv parsing to dsniff, as requested by
Oliver Friedrichs <of@securityfocus.com>.
- Add HTTP proxy auth parsing back to dsniff, it got lost in the
shuffle. Reported by Denis Ducamp <Denis.Ducamp@hsc.fr>.
- Add NNTPv2 and other AUTHINFO extensions to dsniff.
2000-12-18 09:49:38 +01:00
|
|
|
DISTNAME= dsniff-2.3
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 3
|
2000-08-11 10:07:48 +02:00
|
|
|
CATEGORIES= security
|
2002-09-05 02:13:39 +02:00
|
|
|
MASTER_SITES+= http://monkey.org/~dugsong/dsniff/
|
2000-08-11 10:07:48 +02:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2002-09-05 02:13:39 +02:00
|
|
|
HOMEPAGE= http://monkey.org/~dugsong/dsniff/
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Password sniffer
|
2000-08-11 10:07:48 +02:00
|
|
|
|
2004-04-25 06:20:11 +02:00
|
|
|
USE_BUILDLINK3= yes
|
2000-08-11 10:14:16 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_X11= yes
|
2000-08-11 10:07:48 +02:00
|
|
|
|
2005-02-05 17:11:47 +01:00
|
|
|
BUILDLINK_DEPENDS.libnet+= libnet-1.0.*
|
2005-01-29 00:35:59 +01:00
|
|
|
|
2004-04-25 06:20:11 +02:00
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
|
|
.include "../../devel/libnet/buildlink3.mk"
|
|
|
|
.include "../../net/libnids/buildlink3.mk"
|
2000-08-11 10:14:16 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|