diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-12 14:58:34 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-12 14:58:34 +0000 |
commit | cef1434f8e83bc4b3b1814e524d70d2e944322ef (patch) | |
tree | 6bbfacaaf86289b77d8457bde930689b2dbeaede /package/dsniff/Makefile | |
parent | 2030b87e58b9de7e0bf0ca3136c69abfaeee2054 (diff) |
fix arpspoof on wireless device, report by atheus
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dsniff/Makefile')
-rw-r--r-- | package/dsniff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dsniff/Makefile b/package/dsniff/Makefile index 3355eb88d..35dea6f07 100644 --- a/package/dsniff/Makefile +++ b/package/dsniff/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dsniff PKG_VERSION:=2.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=183e336a45e38013f3af840bddec44b4 PKG_SOURCE_URL:=http://www.monkey.org/~dugsong/dsniff/ |