He meant getting something doing a wifi dump. Eg an atheros nic: ifconfig wlan0 create wlandev ath0 wlanmode monitor ifconfig wlan0 channel X:ht/40 (as appropriate) ifconfig wlan0 up tcpdump -ni wlan0 -y IEEE802_11_MONITOR -s0 -l -w pcap.out adrian