diff options
author | Thomas Penteker <tek@serverop.de> | 2010-06-04 22:52:47 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2010-06-04 22:52:47 +0200 |
commit | 7f8b256a2dac44fc0ec66058702a87e9f33fc487 (patch) | |
tree | 78cf189ab73249b73548909a4976bc520295d47c /dsniff/2.3-makefile.patch | |
parent | d3dc214d8fdec6037615edd12f8942e2200d904c (diff) | |
download | contrib-7f8b256a2dac44fc0ec66058702a87e9f33fc487.tar.gz contrib-7f8b256a2dac44fc0ec66058702a87e9f33fc487.tar.xz |
dsniff: make it compile again
Diffstat (limited to 'dsniff/2.3-makefile.patch')
-rw-r--r-- | dsniff/2.3-makefile.patch | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/dsniff/2.3-makefile.patch b/dsniff/2.3-makefile.patch index d554c1c59..0bca5ac96 100644 --- a/dsniff/2.3-makefile.patch +++ b/dsniff/2.3-makefile.patch @@ -1,5 +1,14 @@ ---- Makefile.in.org 2008-07-13 00:13:06.418946225 +0200 -+++ Makefile.in 2008-07-13 00:12:49.680439688 +0200 +--- Makefile.in.orig 2010-06-04 22:50:40.824476353 +0200 ++++ Makefile.in 2010-06-04 22:50:50.443351639 +0200 +@@ -69,7 +69,7 @@ + LIBOBJS = dummy.o @LIBOBJS@ + + PROGS = arpspoof dnsspoof dsniff filesnarf macof mailsnarf msgsnarf \ +- sshmitm sshow tcpkill tcpnice @TCPHIJACK@ urlsnarf webmitm @WEBSPY@ ++ sshmitm sshow tcpkill tcpnice @TCPHIJACK@ urlsnarf webmitm + + CONFIGS = dsniff.magic dsniff.services dnsspoof.hosts + @@ -94,7 +94,7 @@ $(RANLIB) $@ |