diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-18 03:01:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-18 03:01:38 +0000 |
commit | 6f6b551f07487d0b881cfabc820c21b307007f59 (patch) | |
tree | 2b73f48ddebffc09dc180d7d0483734b4e1c61cf /net/ettercap/patches | |
parent | de568aa0c12a4b87de2f7a435f5f7c08d81e7364 (diff) | |
download | pkgsrc-6f6b551f07487d0b881cfabc820c21b307007f59.tar.gz |
Update to 0.6.b
Changes:
0.6.b 20030710
+ Plugins now works with GTK+ interface
+ Updated the passive OS fingerprint database (1279 records)
!! Fixed internal refreshing (for huge traffic loads)
!! Fixed wifi-dump support
!! Fixed doppleganger re-arp
!! Fixed a problem with signed char under mac G3
!! Fixed some possible buffer overflows
0.6.a 20030507
+ Buffered Data Connections (only for ncurses)
+ New Sniffing method (Port Stealing)
+ Updated the passive OS fingerprint database (1189 records)
+ enhanced smb dissector
+ enhanced troll plugin against request caching
+ NEW PLUGIN: Confusion,Hunter, SMB suite
+ partial wifi-dump support (experimental)
!! Fixed demonization problem
!! Fixed StateMachine problem
!! a bouch of bug fix
Diffstat (limited to 'net/ettercap/patches')
-rw-r--r-- | net/ettercap/patches/patch-af | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/ettercap/patches/patch-af b/net/ettercap/patches/patch-af index 1adcf9875ff..405d2b6b183 100644 --- a/net/ettercap/patches/patch-af +++ b/net/ettercap/patches/patch-af @@ -1,11 +1,11 @@ -$NetBSD: patch-af,v 1.1 2003/09/30 12:03:21 xtraeme Exp $ +$NetBSD: patch-af,v 1.2 2003/12/18 03:01:38 xtraeme Exp $ ---- src/ec_dissector_ssh.c.orig 2003-09-30 13:46:55.000000000 +0200 -+++ src/ec_dissector_ssh.c 2003-09-30 13:48:01.000000000 +0200 -@@ -29,6 +29,7 @@ - #else - #include <arpa/nameser.h> +--- src/ec_dissector_ssh.c.orig 2003-12-18 03:54:11.000000000 +0100 ++++ src/ec_dissector_ssh.c 2003-12-18 03:54:43.000000000 +0100 +@@ -37,6 +37,7 @@ + #define NS_PUT32 PUTLONG #endif + +#include <des.h> #include <openssl/ssl.h> #include <openssl/rand.h> |