[android-developers] Wireshark not showing HTTP packets for emulator

2010-03-24 Thread abhi
Hi, I'm trying to use wireshark to capture some HTTP packets exchanged between the emulator and a website. However, even though I can see the web content on the emulator browser, wireshark does not display any HTTP packets exchanged between the emulator and the website. Why is this? -- You

Re: [android-developers] Wireshark not showing HTTP packets for emulator

2010-03-24 Thread David Turner
I don't know, but did you try the -tcpdump file option to capture network traffic ? the resulting file can be opened in WireShark later, and this will give you much better information than doing a host capture. On Wed, Mar 24, 2010 at 11:46 AM, abhi rkabhi1...@gmail.com wrote: Hi, I'm trying