[pywin32-bugs] [ pywin32-Feature Requests-1401843 ] win32 icmp support
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-01-10 18:00:59
|
Feature Requests item #1401843, was opened at 2006-01-10 18:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1401843&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Hazel (ghazel) Assigned to: Nobody/Anonymous (nobody) Summary: win32 icmp support Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1401843&group_id=78018 |