I have wireshark installed on my macbook pro and it is connected to the network through wifi. wireshark sees my computer but there are 4 others also connected by wifi that it does not. How do I see the other devices? asked 29 Jun '11, 12:58 Greg retagged 02 Jul '11, 02:02 helloworld |
2 Answers:
This may help you: http://wiki.wireshark.org/CaptureSetup/WLAN answered 29 Jun '11, 19:50 cmaynard ♦♦ |
If you have the 64-bit Snow Leopard binary installed, try starting the capture from the "Options" item in the "Capture" menu, select the AirPort interface (en1), and check the "Monitor mode" check box. If you have the 32-bit Leopard binary installed, try starting the capture from the "Options" item in the "Capture" menu, select the AirPort interface (en1), and select a link-layer type value that has "802.11" in its name. Those will cause the adapter to capture in "monitor mode", so it should see other devices, if their radio signals are reaching your MBP's antenna and are using the same channel. answered 30 Jun '11, 10:25 Guy Harris ♦♦ |