[android-developers] Re: SDK Network Snifing

2009-02-12 Thread David Turner
not currently, but a future version of the emulator will allow you to dump the network traffic to a libpcap-formatted file that can be analyzed with WireShark and other tools. On Thu, Feb 12, 2009 at 10:49 PM, Tomei Ningen tomei.nin...@yahoo.comwrote: Does SDK 1.1 support an easy way for me to

[android-developers] Re: SDK Network Snifing

2009-02-12 Thread Cyril Jaquier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does SDK 1.1 support an easy way for me to know what network data is sent/received? I opened a bug about this a few days ago. http://code.google.com/p/android/issues/detail?id=1912 Regards, Cyril -BEGIN PGP SIGNATURE- Version: GnuPG

[android-developers] Re: SDK Network Snifing

2009-02-12 Thread Mattaku Betsujin
What will be good is to have some high-level protocol sniffing as well, built-into the SDK. I am sure most people want to sniff their HTTP traffic, and have no idea how to use a low-level tool such as WireShark. On Thu, Feb 12, 2009 at 2:53 PM, David Turner di...@android.com wrote: not

[android-developers] Re: SDK Network Snifing

2009-02-12 Thread g1bb
I've been signing onto my wireless network (with g1) and using ettercap to sniff with no problems. On Feb 12, 4:03 pm, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: What will be good is to have some high-level protocol sniffing as well, built-into the SDK. I am sure most people want to

[android-developers] Re: SDK Network Snifing

2009-02-12 Thread David Turner
WireShark does that *very* well, and there is no point in reinventing the wheel in the SDK :-) On Fri, Feb 13, 2009 at 12:03 AM, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: What will be good is to have some high-level protocol sniffing as well, built-into the SDK. I am sure most people

[android-developers] Re: SDK Network Snifing

2009-02-12 Thread David Turner
On Fri, Feb 13, 2009 at 12:00 AM, Cyril Jaquier cyril.jaqu...@jaqpot.netwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does SDK 1.1 support an easy way for me to know what network data is sent/received? I opened a bug about this a few days ago.