From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzvUE-00035j-BP for qemu-devel@nongnu.org; Wed, 05 Dec 2007 09:44:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzvUC-00030g-KF for qemu-devel@nongnu.org; Wed, 05 Dec 2007 09:44:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzvUC-00030Z-HG for qemu-devel@nongnu.org; Wed, 05 Dec 2007 09:44:28 -0500 Received: from rv-out-0910.google.com ([209.85.198.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzvUC-0005id-2p for qemu-devel@nongnu.org; Wed, 05 Dec 2007 09:44:28 -0500 Received: by rv-out-0910.google.com with SMTP id g11so14287584rvb for ; Wed, 05 Dec 2007 06:44:22 -0800 (PST) Message-ID: <4756B942.9010902@codemonkey.ws> Date: Wed, 05 Dec 2007 08:44:18 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Capture traffic to a pcap file References: <100449.1667.qm@web57002.mail.re3.yahoo.com> In-Reply-To: <100449.1667.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: > This patch allows to capture the traffic flowing through a particular vlan in a tcpdump compatible pcap file. > > The patch is identical to the one created some time back, however it was updated to apply to HEAD. > > Usage: -net nic,pcap=capture_file.pcap > I like the idea but I think it would be more useful as a monitor command similar to how the audio capture command works already. Regards, Anthony Liguori > > > __________________________________________________________ > Sent from Yahoo! - the World's favourite mail http://uk.mail.yahoo.com >