Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I know how to monitor the network interfaces on my local computer with Wireshark. But, how do I 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 access point itself.

share|improve this question

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.

share|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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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