=== PCAUSA NDIS Developer ToolsUpdate ===
March 20, 2002 - PCAUSA has made an update to the "NDIS Developer Tools", a
collection of NDIS-related utilities that you may find useful. The "NDIS
Status Lookup" tool has been added.
At this time the tools collection includes:
* "OID Scope" - User-Mode NDIS Query Tool
* "OID Lookup" - OID Value/MACRO Name Lookup Tool
* "NDIS Status Lookup" - NDIS Status Value/Name Lookup (New)
OID Scope
========
OID Scope is a tool that allows you to select any NDIS adapter and then make
a NDIS query on any of the OIDs that it supports. OID Scope uses the
IOCTL_NDIS_QUERY_GLOBAL_STATS DeviceIoControl method to make the queries.
Since this method does not actually involve a NDIS protocol driver, not all
results will "make sense" when made this way.
OID Scope only supports the Windows NT, Windows 2000 and Windows XP
platforms.
OID Lookup
=========
OID Lookup is a simple application is a database of OID values and their
MACRO names. You can search either way.
OID information is derived from the Windows XP Gold DDK NTDDNDIS.H header
file.
NDIS Status Lookup
==============
NDIS Status Lookup is a simple application is a database of NDIS_STATUS
values and their MACRO names. You can search either way.
NDIS_STATUS information is derived from the Windows XP Gold DDK NTDDNDIS.H
header file.
More Information
============
These tools are free, and are provided in executable form only. I hope to
add a few more tools when I get some time.
See the URL below for more information and a link to download the tools.
http://www.pcausa.com/Utilities/ndistools.htm
Appologies in advance if you received two copies of this message.
Let me know if you find problems or have suggestions for improvement.
Regards,
--
Thomas F. Divine
PCAUSA - Tools & Resources For Network Software Developers
NDIS Protocol/Intermediate/Hooking - TDI Client/Filter
<http://www.pcausa.com> - <http://www.rawether.net>