- Comment out the DNS dissector in the default example config
since the DNS dissector is not being built. - Sync the PLIST. ok okan@
This commit is contained in:
parent
724f97f3bb
commit
064fc16871
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2008/06/12 21:58:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2008/07/16 20:15:48 brad Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,13 +6,13 @@ COMMENT= multi-purpose sniffer/interceptor/logger
|
||||
|
||||
VER= 0.7.3
|
||||
DISTNAME= ettercap-NG-${VER}
|
||||
PKGNAME= ettercap-${VER}p0
|
||||
PKGNAME= ettercap-${VER}p1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/}
|
||||
|
||||
HOMEPAGE= http://ettercap.sourceforge.net/
|
||||
|
||||
# GPLv2
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-share_etter_conf,v 1.1 2008/04/23 20:49:46 okan Exp $
|
||||
--- share/etter.conf.orig Mon Mar 24 18:19:12 2008
|
||||
+++ share/etter.conf Mon Mar 24 18:19:28 2008
|
||||
$OpenBSD: patch-share_etter_conf,v 1.2 2008/07/16 20:15:48 brad Exp $
|
||||
--- share/etter.conf.orig Tue Oct 12 11:28:38 2004
|
||||
+++ share/etter.conf Wed Jul 16 15:49:45 2008
|
||||
@@ -14,8 +14,8 @@
|
||||
############################################################################
|
||||
|
||||
@ -12,3 +12,12 @@ $OpenBSD: patch-share_etter_conf,v 1.1 2008/04/23 20:49:46 okan Exp $
|
||||
|
||||
[mitm]
|
||||
arp_storm_delay = 10 # milliseconds
|
||||
@@ -67,7 +67,7 @@ ftp = 21 # tcp 21
|
||||
ssh = 22 # tcp 22
|
||||
telnet = 23 # tcp 23
|
||||
smtp = 25 # tcp 25
|
||||
-dns = 53 # udp 53
|
||||
+#dns = 53 # udp 53
|
||||
dhcp = 67 # udp 68
|
||||
http = 80 # tcp 80
|
||||
ospf = 89 # ip 89 (IPPROTO 0x59)
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2008/04/23 20:49:46 okan Exp $
|
||||
bin/ettercap
|
||||
bin/etterfilter
|
||||
bin/etterlog
|
||||
@comment $OpenBSD: PLIST,v 1.16 2008/07/16 20:15:48 brad Exp $
|
||||
@bin bin/ettercap
|
||||
@bin bin/etterfilter
|
||||
@bin bin/etterlog
|
||||
lib/ettercap/
|
||||
@comment lib/ettercap/ec_arp_cop.la
|
||||
lib/ettercap/ec_arp_cop.so
|
||||
|
Loading…
Reference in New Issue
Block a user