My network topology is as below:
I can capture http traffic on my PC (wired directly with Wireless router), but not for my Android Phone. By filtering with the MAC address of my Android as source, only DHCP,ICMPv6,ARP are captured. How can I setup Wireshark to capture http traffic on my Android? Thanks in advance. asked 25 Nov '12, 05:10 blue edited 25 Nov '12, 11:28 Guy Harris ♦♦ |
2 Answers:
You can't, as your router will not send the traffic from your android phone to your PC. What you have seen (ARP, DHCP, etc.) is just broadcast traffic, which will be broadcasted to the network. UPDATE: If you want to capture the traffic of your android phone you have these options:
Regards answered 25 Nov '12, 09:13 Kurt Knochner ♦ edited 25 Nov '12, 12:51 |
Place an old HUB between WLAN Access point and Network. Then connect temporarily your PC to the HUB. If the WLAN access point is a router and the gateway into the internet you probably need another WLAN access point and connect your Android phone to this new access point. WLAN AP (new) -> HUB -> WLAN AP and Router -> Internet
answered 29 Jan '14, 09:19 hardbreaker edited 29 Jan '14, 09:25 |
Thanks a lot! Very useful suggestions!