aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2009-11-18 21:18:55 +0000
committerLars Engels <lme@FreeBSD.org>2009-11-18 21:18:55 +0000
commitc2fcc07b65e913586a81bb0a036fe1ed961ef9d0 (patch)
tree7480570cb8ac2f95b8277aee34d4e3b631b88bac /net-mgmt/aircrack-ng
parent2213a93ea8f5fe2d2f0189b0c7b43d3f92c26ff4 (diff)
downloadports-c2fcc07b65e913586a81bb0a036fe1ed961ef9d0.tar.gz
ports-c2fcc07b65e913586a81bb0a036fe1ed961ef9d0.zip
Notes
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r--net-mgmt/aircrack-ng/Makefile1
-rw-r--r--net-mgmt/aircrack-ng/files/pkg-message.in10
2 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index deb90f4b4b6c..bf638bf5095e 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aircrack-ng
DISTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://download.aircrack-ng.org/ \
http://bsd-geek.de/FreeBSD/distfiles/
diff --git a/net-mgmt/aircrack-ng/files/pkg-message.in b/net-mgmt/aircrack-ng/files/pkg-message.in
index 8385164f3c6b..c8153182f3ec 100644
--- a/net-mgmt/aircrack-ng/files/pkg-message.in
+++ b/net-mgmt/aircrack-ng/files/pkg-message.in
@@ -1,5 +1,7 @@
==============================================================================
+Note for FreeBSD 7.x:
+
Contrary to Linux, it is not necessary to use airmon-ng to enable the monitor
mode of your wireless card. So do not care about what the manpages say about
airmon-ng, airodump-ng sets monitor mode automatically.
@@ -8,6 +10,14 @@ To return from monitor mode, issue the following command:
ifconfig ${INTERFACE} -mediaopt monitor
+
+Note for FreeBSD 8.x
+
+Due to the addition of virtual access points (VAP) in FreeBSD 8 you need to
+create a new wlan device in monitor mode to use with airodump-ng. To do so,
+issue the following command:
+ ifconfig ${VAP_INTERFACE} create wlandev ${INTERFACE} wlanmode monitor
+
For aireplay-ng you need FreeBSD >= 7.0.
==============================================================================