win32 icmp support
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
There are a handful of functions:
IcmpCreateFile
IcmpSendEcho
...etc...
defined in:
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\PlatformSDK\Misc\Icmp\IcmpAPI.h
and implemented in:
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
\PlatformSDK\Misc\Icmp\Lib\Icmp.Lib
which it would be nice to have in "win32icmp" or some
such python module.
Later versions of windows supposedly use "Icmpapi.h"
and "Iphlpapi.lib" respectively, but they appear to be
the same functions.