projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb9d04
)
mark dsniff broken
author
John Crispin
<john@openwrt.org>
Wed, 22 Aug 2012 10:02:33 +0000
(10:02 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 22 Aug 2012 10:02:33 +0000
(10:02 +0000)
SVN-Revision: 33222
net/dsniff/Makefile
patch
|
blob
|
history
diff --git
a/net/dsniff/Makefile
b/net/dsniff/Makefile
index a26f6fe833cee91376b578242c8bde0749f0a80f..1c07c34cd3abc0a9a38388b7c2f4fc68f01008fc 100644
(file)
--- a/
net/dsniff/Makefile
+++ b/
net/dsniff/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/dsniff
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm $(LIBRPC_DEPENDS)
+ DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm $(LIBRPC_DEPENDS)
@BROKEN
TITLE:=A collection of tools for network auditing and penetration testing
URL:=http://www.monkey.org/~dugsong/dsniff/
endef