aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:21 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:21 -0800
commitc2db2b6accc7888df514261a7240e7759df95a4c (patch)
tree0d7ecd37a534c15348cbad01d0d1f84183b7b4d8 /CHANGES.TXT
parentdf7881f07f53b041dc0568be8528e9dbb74994cc (diff)
downloadexternal_qemu-c2db2b6accc7888df514261a7240e7759df95a4c.zip
external_qemu-c2db2b6accc7888df514261a7240e7759df95a4c.tar.gz
external_qemu-c2db2b6accc7888df514261a7240e7759df95a4c.tar.bz2
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT9
1 files changed, 9 insertions, 0 deletions
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 <file> command-line option, or use
+ the new console 'network capture start <file>' 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