hi, i am using dell laptop with broadcom wireless card and i am not able to sniff using this? but i am able to get data using the ms network monitor? can anyone suggest how can i sniff from wireshark? -Ravi asked 29 Oct '14, 03:47 nukalaraji |
One Answer:
WinPcap (the capture library of Wireshark on Windows) does not support monitor mode on Windows.
So, you can only capture your own wireless traffic. However, some wireless drivers don't support promiscuous mode either. In that case you won't be able to capture on that interface at all. Sometimes, it's much easier to capture wireless traffic on Linux. So, you could try to run the laptop with Linux (Kali Linux). See also here: Regards answered 29 Oct '14, 04:48 Kurt Knochner ♦ |