Comment Re:Wireshark? (Score 1) 129
Oops, i failed to mention that i had only tested it on Linux. Your page seems to refer to a windows product, which appears to be not necessary under linux.
I'm not sure "promiscuous mode" has a meaning on WiFi network: the (almost) equivalent of this is in the WiFi world is the monitor mode. The monitor mode causes your card to capture all packet on the selected WiFi channel.
Additionnally, when not in monitor mode, your network interface will act as an Ethernet interface (the network card driver will rewrite the 802.11 packets to Ethernet packets before passing them up to the protocols stack). Because of this, any sniffer will see normal Ethernet packets. However, in monitor mode, your driver will pass raw 802.11 packets, which you will be able to sniff.
However, i've no clue about how to enable monitor mode under Windows. I've got it to work under Linux with Orinoco, Prism2-based, and Atheros-based cards.
I'm not sure "promiscuous mode" has a meaning on WiFi network: the (almost) equivalent of this is in the WiFi world is the monitor mode. The monitor mode causes your card to capture all packet on the selected WiFi channel.
Additionnally, when not in monitor mode, your network interface will act as an Ethernet interface (the network card driver will rewrite the 802.11 packets to Ethernet packets before passing them up to the protocols stack). Because of this, any sniffer will see normal Ethernet packets. However, in monitor mode, your driver will pass raw 802.11 packets, which you will be able to sniff.
However, i've no clue about how to enable monitor mode under Windows. I've got it to work under Linux with Orinoco, Prism2-based, and Atheros-based cards.