commit | 04ae916fa236099956bf62fcbf3567cac0f3ce2d | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Jan 04 15:23:30 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Jan 04 15:23:30 2008 +0000 |
tree | 6baaee6b2666bb9b372126fe33a653297bc3cb3b | |
parent | 951300e39f76ccc70178a6d0499b585a6eb8652e [diff] [blame] |
Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index fb9ec67..95bc233 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h
@@ -16,6 +16,7 @@ #if _MSC_VER >= 1300 # include <winsock2.h> # include <ws2tcpip.h> +# include <MSTcpIP.h> /* for SIO_RCVALL */ # define HAVE_ADDRINFO # define HAVE_SOCKADDR_STORAGE # define HAVE_GETADDRINFO