From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1kgC-0004fT-2d for qemu-devel@nongnu.org; Mon, 10 Dec 2007 10:36:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1kgA-0004dl-3F for qemu-devel@nongnu.org; Mon, 10 Dec 2007 10:36:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1kg9-0004dK-S5 for qemu-devel@nongnu.org; Mon, 10 Dec 2007 10:36:21 -0500 Received: from rv-out-0910.google.com ([209.85.198.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1kg9-0004lr-Cv for qemu-devel@nongnu.org; Mon, 10 Dec 2007 10:36:21 -0500 Received: by rv-out-0910.google.com with SMTP id g11so5971385rvb for ; Mon, 10 Dec 2007 07:36:19 -0800 (PST) Message-ID: <475D5CF2.1020202@codemonkey.ws> Date: Mon, 10 Dec 2007 09:36:18 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Capture network traffic to a tcpdump file - updated References: <380128.17287.qm@web57002.mail.re3.yahoo.com> In-Reply-To: <380128.17287.qm@web57002.mail.re3.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Balazs Attila-Mihaly (Cd-MaN) wrote: > Here goes v0.2 for my patch :-) > Changes > - now the option is a separate command line switch: > -net capture,vlan=2,file=test.pcap > Is it really necessary/useful to specify this on the command line since it can be controlled from the monitor? Regards, Anthony Liguori > - it is also available from the monitor > - added some more constants / defines to avoid repeating portions of the code > > > > > __________________________________________________________ > Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com >