Mac – How to capture other computers traffic in Wireshark on a WiFi-network

macbook-airwireless-networkingwireshark

I run Wireshark on a MacBook Air and I also have a Android phone on the same WiFi-network. If I visit a website with the Android phone I can't see that DNS-traffic (or other traffic) in Wireshark on my MacBook Air. Is there any way I can capture all traffic on the WiFi-network in Wireshark?

Best Answer

You need a network card that can be set in 'promiscuous mode' which I don't believe the MBA allows.

You may have better luck using ADB to get logs via usb debugging in this specific case but in general you're going to need different network hardware.

Related Question