I know how to monitor the network interfaces on my local computer with wireshark. But how to monitor the traffic flowing through my wireless access point from connected computers?

It seems like this might not be possible without some kind of special software ON the wireless AP itself?

Thanks for any help.

link|improve this question
feedback

1 Answer

You will have to put your wireless interface in promiscuous mode and then run Wireshark on it, that will capture all the wireless data that your interface can hear.

aircrack-ng has a utility airmon-ng which will create a monitor mode wireless interface. you can also use iwconfig/wlanconfig to put your card in monitor mode, it works for Atheros cards etc.

link|improve this answer
i have a broadcom 802.11n Network Adapter, any idea how to put that in promiscuous mode? Also i'm a bit confused, the traffic isn't flowing through my wireless nic, but through the wifi router ap... – openvpndabest Jun 20 '11 at 8:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.