From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1ld2-0001s2-VH for qemu-devel@nongnu.org; Mon, 10 Dec 2007 11:37:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1ld0-0001oP-UE for qemu-devel@nongnu.org; Mon, 10 Dec 2007 11:37:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1lcz-0001nS-Nc for qemu-devel@nongnu.org; Mon, 10 Dec 2007 11:37:09 -0500 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J1lcz-0004do-7w for qemu-devel@nongnu.org; Mon, 10 Dec 2007 11:37:09 -0500 Date: Mon, 10 Dec 2007 16:36:27 +0000 (GMT) From: Johannes Schindelin Subject: Re: [Qemu-devel] [PATCH] Capture network traffic to a tcpdump file - updated In-Reply-To: <475D6965.5010500@codemonkey.ws> Message-ID: References: <380128.17287.qm@web57002.mail.re3.yahoo.com> <475D5CF2.1020202@codemonkey.ws> <475D6965.5010500@codemonkey.ws> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Hi, On Mon, 10 Dec 2007, Anthony Liguori wrote: > Johannes Schindelin wrote: > > > > 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. Okay, since you so nicely ask for it: I _want_ the command line option. I do not like having to type the same thing into the monitor every time I start QEmu. But I expressly do _not_ ask to scrap the monitor interface, even if I have no use for it. However, I have no problem maintaining my own fork. Much like I will do with VNC again, since I recently had to use QEmu via VNC and the artefacts are just horrible. Ciao, Dscho