Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7095b5b..4aad515 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -920,6 +920,9 @@
 Extension Modules
 -----------------
 
+- Added interface for Windows' WSAIoctl to socket object and added an example
+  for a simple network sniffer.
+
 - Bug #1301: Bad assert in _tkinter fixed.
 
 - Added bdist_wininst executable for VS 2008.