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 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 wrote: > Hi, > > I'm trying to use wireshark to ca

[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 recei