summaryrefslogtreecommitdiff
path: root/net/ettercap/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-06-05 00:29:02 +0000
committerhubertf <hubertf@pkgsrc.org>2002-06-05 00:29:02 +0000
commita0ae1a91b5fe213d32c2955f481fa3e93c6352b2 (patch)
treeb720351b667a4f8c785b2db2046194e635fff72a /net/ettercap/patches
parentc1bd0953b5ef4cde61e062542c0cfdd43d8c7b1a (diff)
downloadpkgsrc-a0ae1a91b5fe213d32c2955f481fa3e93c6352b2.tar.gz
Update ettercap to 0.6.6.6. Changes:
0.6.6.6 -- 20020603 + Solaris porting + Sparc architecture support even for all other OSes + Windows 9X porting (developed by tavi) + Increased the speed of arp storm under windows (developed by tavi) + Added the ability to bind a port on which ettercap forwards the sniffed trafic (press 'B' from the sniffing interface) + The -H option now supports range ip (i.e. 192.168.1-5.10-20,30-40,50,100-150) + NEW PLUGIN: - lamia (become root of a switches spanning tree) + Windows installer now have a nice splash screen ;) + Updated the passive OS fingerprint database (825 records) !! Fixed the pthread_join problem under MacOSX !! Fixed the -w options (openssl path related bug) !! Fixed the conflicting options -Y and -a !! Fixed the FindIface function under BSD 0.6.5 -- 20020423 + Windows (CYGWIN) porting + Dumping to tcpdump file format is now supported (-Y option) + New OffLine sniffing from tcpdump like files (-T option) + Sniffing from command line now capture UDP+TCP packet by default - Changed the -t (--linktype option) to -g + Added the -t (--proto option) to sniff only that protocol in simple mode + Logging engine doesn't log the same user/pass/ip twice (as requested by Gushterul) + Under *BSD and MacOSX ettercap now uses only one bpf + Added the -J options (onlyposion) to allow multitarget arp sniffing + USER and PASS may have a length of 50 chars + NEW PLUGIN : - roper (Tries to stop ISAKMP for IPSEC traffic) + NEW password collector for: - QUAKE 3 (rcon command) (developed by LnZ) - ICQ v7 (developed by LnZ) - MSN (the pass is an MD5 hash) - YMSG (the pass in in UNIX MD5 format) (as requested by tavi) + DISSECTORS enhanced: HTTPS - IMAP - NAPSTER (opennap) - IRC + PLUGIN enhanced: - leech (now it rearps the victim after isolation) + Updated the passive OS fingerprint database (762 records) + Updated the active OS fingerprint database nmap-os-fingerprints,v 1.77 2002/03/20 05:42:48 fyodor + DOCUMENTATION translated in Polish and Dutch + Added the 'cvs' target to the Makefile !! Fixed an ntohs() problem in the phantom plugin !! Fixed a bug in the SMB dissector dealing with unicode user and password !! Better handling of CTRL+C !! Fixed a bug in doppleganger !! Fixed a bug the the dlsym on OpenBSD 3.0 (plugin related) !! Fixed the visualization of password with length > 13 !! Fixed a bug in the handling of debug file !! Fixed the "not scrolling" JOINED visualization
Diffstat (limited to 'net/ettercap/patches')
-rw-r--r--net/ettercap/patches/patch-aa23
1 files changed, 7 insertions, 16 deletions
diff --git a/net/ettercap/patches/patch-aa b/net/ettercap/patches/patch-aa
index 5c50badb006..24665219ffc 100644
--- a/net/ettercap/patches/patch-aa
+++ b/net/ettercap/patches/patch-aa
@@ -1,22 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/04/08 20:25:03 hubertf Exp $
-
---- Makefile.in.orig Tue Feb 12 16:37:45 2002
-+++ Makefile.in
-@@ -9,7 +9,7 @@
-
- DESTDIR =
- CC = @CC@
--LIBS = @LIBS@ @LDFLAGS@
-+LIBS = @LIBS@ -Wl,-R${prefix}/lib -L${prefix}/lib -lncurses @LDFLAGS@
- MISSLIBS = @MISSLIBS@
- DEFS = @DEFS@ -D@OS@ @OS_OPT@
- INSTALL = @INSTALL@
-@@ -26,7 +26,7 @@
+$NetBSD: patch-aa,v 1.2 2002/06/05 00:29:02 hubertf Exp $
+--- Makefile.in.orig Fri May 17 15:48:19 2002
++++ Makefile.in Tue Jun 4 17:19:35 2002
+@@ -28,7 +28,7 @@
+
DEBUG = @DEBUG@
- CFLAG = @CFLAGS@
+ CFLAG = @E_CFLAGS@
-COPTS = -I. @COPTS@
+COPTS = -I. -I${prefix}/include @COPTS@
-
+
PROG = @PROG@
VERSION = @VERSION@