parent
61d956fdc3
commit
69d83e2f20
@ -0,0 +1,11 @@ |
||||
--- dsniff-2.4b1.orig/sshcrypto.c
|
||||
+++ dsniff-2.4b1/sshcrypto.c
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <openssl/ssl.h>
|
||||
+#include <openssl/blowfish.h>
|
||||
+#include <openssl/des.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
@ -0,0 +1,22 @@ |
||||
diff -urNad --exclude=CVS --exclude=.svn dsniff-2.4b1/msgsnarf.c dsniff-2.4b1/msgsnarf.c
|
||||
--- dsniff-2.4b1/msgsnarf.c 2001-03-15 08:33:04.000000000 +0000
|
||||
+++ dsniff-2.4b1/msgsnarf.c 2005-07-11 20:15:50.000000000 +0000
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <nids.h>
|
||||
#include <pcap.h>
|
||||
#include <pcaputil.h>
|
||||
+#include <time.h>
|
||||
|
||||
#include "buf.h"
|
||||
#include "decode.h"
|
||||
diff -urNad --exclude=CVS --exclude=.svn dsniff-2.4b1/sshow.c dsniff-2.4b1/sshow.c
|
||||
--- dsniff-2.4b1/sshow.c 2005-07-11 20:14:19.000000000 +0000
|
||||
+++ dsniff-2.4b1/sshow.c 2005-07-11 20:15:26.000000000 +0000
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/times.h>
|
||||
+#include <time.h>
|
||||
|
||||
#include <netinet/in_systm.h>
|
||||
#include <netinet/in.h>
|
Loading…
Reference in new issue