|
| From: | Blue Swirl |
| Subject: | Re: [Qemu-devel] [PATCH] Dump traffic to pcap file - update |
| Date: | Sun, 1 Jul 2007 21:08:00 +0300 |
On 7/1/07, Balazs Attila-Mihaly (Cd-MaN) <address@hidden> wrote:
Attached you find an updated version of my patch to dump the traffic on a given interface to a tcpdump file. The changes are:
This part is not right:
+void pcap_close_files()
+{
+ int i;
+ for (i = 0; i <= nb_nics; i++)
<= should be <.
| [Prev in Thread] | Current Thread | [Next in Thread] |