scapy/arch/windows/__init__.py
2010-01-13 Fixed console redirection bug in sniff()
2009-12-09 Added default locations for PDF/PS viewers on Windows
2009-12-06 Fixed more imports in arch.windows.__init__py
2009-12-06 Added missing imports in arch.windows.__init__.py
2009-12-06 Fixed PacketList NameError (ticket #323, reported by Paaskehare)
2009-11-21 Catch dnet OSError exception during routing table analysis
2009-11-20 Improved startup performance on Windows
2009-11-16 Fixed the MAC address resolving on Windows (Issue #318)
2009-11-16 Increased number of iface guesses on Windows for dnet/pcap mapping
2009-10-18 Improved regex for routing table parsing on Windows
2009-07-20 Added Windows-specific sniff() function
2009-07-20 Added Windows-specific get_if_list() and get_working_if()
2009-07-20 Adapted Windows-specific getmacbyip() to changes in the original
2009-07-20 Changed sndrcv() return behaviour for Windows as well
2009-07-20 Compensate for changes in 'netstat -rn' output on Vista
2009-07-20 Added missing imports in windows.__init__.py
2009-03-26 [mq]: manage_readline
2009-02-13 Added Windows architecture