I am connected to a home Wi-Fi network using ubuntu 10.10. WPA2-auto protection. I want to grab packets from it.
$ sudo iwconfig wlan0 mode monitor
$ sudo wireshark
I am trying to capture from wlan0. I am connected to a Wi-Fi network with an android phone and browsing websites. However, I cannot see unencrypted http packets. I choose Edit | Preferences | Capture | Protocols and select "802.11" and check the box "yes" for "packet decryption." Nothing yet. Any help was appreciated.
source
share