Wireshark Not Displaying Packets From Other Network Devices, Even in Promisc Mode

Posted by eb80 on Super User See other posts from Super User or by eb80
Published on 2012-10-31T03:26:25Z Indexed on 2012/10/31 11:04 UTC
Read the original article Hit count: 199

Filed under:

System Setup:
1. MacBook running Mountain Lion.
2. Wireshark installed and capturing packets (I have "capture all in promiscuous mode" checked)
3. I filter out all packets with my source and destination IP using the following filter ("ip.dst != 192.168.1.104 && ip.src != 192.168.1.104")
4. On the same network as the MacBook, I use an Android device (connecting via WiFi) to make HTTP requests.

Expected Results:
1. Wireshark running on the MacBook sees the HTTP request from the Android device.

Actual Results:
1. I only see SSDP broadcasts from 192.168.1.1

Question:
What do I need to do so that Wireshark, like Firesheep, can see and use the packets (particularly HTTP) from other network devices on the same network?

© Super User or respective owner

Related posts about wireshark