qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] Add pcap-based host network bridge


From: Sebastian Herbszt
Subject: [Qemu-devel] Re: [PATCH] Add pcap-based host network bridge
Date: Tue, 9 Jun 2009 22:13:17 +0200

Consul wrote:
This small patch was needed to compile it. Otherwise it appears to work...

Odd. It compiles here fine. Can you post the error please?
Which wpdpack version are you using?

- Sebastian

At least XP guest dot authenticated on the network ok.
The message box "Loading your personal settings..." appears to be sitting on
the screen forever, but this is probably unrelated to your pcap patch.

$ git diff
diff --git a/net.c b/net.c
index e4b3740..ff2cc14 100644
--- a/net.c
+++ b/net.c
@@ -94,10 +94,10 @@
 #endif

 #if defined(CONFIG_PCAP)
-#include <pcap.h>
 #ifdef _WIN32
-#include <remote-ext.h>
+#define HAVE_REMOTE
 #endif /* _WIN32 */
+#include <pcap.h>
 #endif /* CONFIG_PCAP */

 #if defined(__OpenBSD__)








reply via email to

[Prev in Thread] Current Thread [Next in Thread]