Re: [Qemu-devel] [PATCH] Capture traffic to a pcap file

2007-12-05 Thread Balazs Attila-Mihaly (Cd-MaN)
>> 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 thi

Re: [Qemu-devel] [PATCH] Capture traffic to a pcap file

2007-12-05 Thread Paul Brook
On Wednesday 05 December 2007, 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: -

Re: [Qemu-devel] [PATCH] Capture traffic to a pcap file

2007-12-05 Thread Anthony Liguori
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 l

[Qemu-devel] [PATCH] Capture traffic to a pcap file

2007-12-05 Thread Balazs Attila-Mihaly (Cd-MaN)
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 _