Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Use Wireshark to snif other computers on the same wifi net

From: Aaron Schneider <notstop@xxxxxxxx>
Date: Tue, 12 Aug 2014 22:47:22 +0000
Hi:

Indeed I'm able to get monitor mode on the interface mon0, but now the protocol for all packets is 802.11. What's next?

> Hi;
> 
> To verify if your network card can support monitor mode, you can do the
> following in KALI;
> 
> #airmon-ng start wlan0 (or what ever you adapter is wlan1 etc)
> 
> This should put your card in monitor mode if it supports it.  Then do;
> 
> #airmon-ng
> 
> you should see wlan0 and mon0 as a listing of adapters.
> 
> If you see mon0 then you know that the card is capable of monitor modem
> and use the mon0 adapter in Wireshark.
> 
> Hope that helps.
> 
> P