From 11bd90e620dbb6ee61b0bd91a895a3541df6c289 Mon Sep 17 00:00:00 2001 From: lme Date: Wed, 18 Nov 2009 21:18:55 +0000 Subject: - Update pkg-message for FreeBSD 8.x - Bump PORTREVISION --- net-mgmt/aircrack-ng/Makefile | 1 + net-mgmt/aircrack-ng/files/pkg-message.in | 10 ++++++++++ 2 files changed, 11 insertions(+) (limited to 'net-mgmt/aircrack-ng') 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. ============================================================================== -- cgit