From c2db2b6accc7888df514261a7240e7759df95a4c Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Fri, 9 Jan 2009 17:51:21 -0800 Subject: auto import from //branches/cupcake/...@125939 --- CHANGES.TXT | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.TXT') diff --git a/CHANGES.TXT b/CHANGES.TXT index 8f4b87a..05820d6 100644 --- a/CHANGES.TXT +++ b/CHANGES.TXT @@ -48,6 +48,15 @@ IMPORTANT CHANGES: are enabled by default, so this only affects "normal" virtual machines created with the 'android' tool. +- The emulator now supports capturing network packets to a file. + You can either use the new -tcpdump command-line option, or use + the new console 'network capture start ' command (then use + 'network capture stop' to stop it). + + This captures all ethernet packets on the virtual LAN, so this includes + ARP, UDP, TCP, etc... The file is in libpcap format and can be opened with + external tools like WireShark for analysis. + OTHER: - A new console command 'vm name' can be used to query the name of the -- cgit v1.1