From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1lVa-0008Py-KL for qemu-devel@nongnu.org; Mon, 10 Dec 2007 11:29:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1lVZ-0008Ol-2a for qemu-devel@nongnu.org; Mon, 10 Dec 2007 11:29:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1lVY-0008OQ-T8 for qemu-devel@nongnu.org; Mon, 10 Dec 2007 11:29:28 -0500 Received: from py-out-1112.google.com ([64.233.166.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1lVY-0002Ed-Of for qemu-devel@nongnu.org; Mon, 10 Dec 2007 11:29:28 -0500 Received: by py-out-1112.google.com with SMTP id j37so4023969pyc for ; Mon, 10 Dec 2007 08:29:28 -0800 (PST) Message-ID: <475D6965.5010500@codemonkey.ws> Date: Mon, 10 Dec 2007 10:29:25 -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> <475D5CF2.1020202@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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: Johannes Schindelin Cc: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Mon, 10 Dec 2007, Anthony Liguori wrote: > > >> 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? >> > > As was said in another mail, if you want to guarantee that _every_ packet > is logged, the command line is the most convenient. > > Besides, if you get your monitor support, why do you care about command > line support? > It's just an issue of usability. If you don't have to expose something two ways, then it's better not to. Regards, Anthony Liguori > Ciao, > Dscho > > >