dsniff stable port information

Package: dsniff
Version: 2.3
Revision: 6
###
BuildDepends: openssl098-dev, fink (>= 0.24.12-1), libnids (>= 1.18-2), libnet1.0 (>= 1.0.2a-101), libpcap
Depends: openssl098-shlibs, libnet1.0-shlibs (>= 1.0.2a-101), libpcap-shlibs
###
Source: http://monkey.org/~dugsong/dsniff/%n-%v.tar.gz

Source-MD5: 183e336a45e38013f3af840bddec44b4
###
PatchFile: %n.patch
PatchFile-MD5: ab29150967a5b60168acd500377de13d
###
ConfigureParams: --mandir=%i/share/man
SetCFLAGS: -DBIND_8_COMPAT
###
###
DocFiles: CHANGES LICENSE README TODO README
###
Description: Network auditing and penetration test tools
DescDetail: <<
dsniff is a collection of tools for network auditing and penetration
testing. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and
webspy passively monitor a network for interesting data (passwords,
e-mail, files, etc.). arpspoof, dnsspoof, and macof facilitate the
interception of network traffic normally unavailable to an attacker
(e.g, due to layer-2 switching). sshmitm and webmitm implement
active monkey-in-the-middle attacks against redirected SSH and HTTPS
sessions by exploiting weak bindings in ad-hoc PKI.
<<
DescPackaging: <<
dmacks: Appears to need substantial patching to be buildable with libnet1.1
Should keep libnet1.x version in sync with libnids
<<
###
License: BSD
Maintainer: Ben Hines
Homepage: http://monkey.org/~dugsong/dsniff/

dsniff stable port .patch

diff -ru dsniff-2.3.orig/pcaputil.c dsniff-2.3/pcaputil.c
--- dsniff-2.3.orig/pcaputil.c 2000-11-14 10:51:08.000000000 -0500
+++ dsniff-2.3/pcaputil.c 2011-05-01 15:20:37.000000000 -0400
@@ -14,6 +14,7 @@
#include
#include
#include
+#undef BSD
#ifdef BSD
#include
#endif
diff -ru dsniff-2.3.orig/sshcrypto.c dsniff-2.3/sshcrypto.c
--- dsniff-2.3.orig/sshcrypto.c 2000-11-28 16:23:28.000000000 -0500
+++ dsniff-2.3/sshcrypto.c 2011-05-01 15:17:17.000000000 -0400
@@ -14,6 +14,8 @@

#include
#include
+#include
+#include

#include
#include

dsniff _unstable_ port .patch