Debugging Tools for Windows |
The !ndiskd.dbgsystems extension controls which NDIS components will transmit debug information.
If multiple components are selected, separate them with spaces. If a previously-selected component is repeated, its debug monitoring will be toggled off. The following values are possible:
Value | Meaning |
INIT | Traces adapter initialization. |
CONFIG | Traces adapter configuration. |
SEND | Traces sending data over the network. |
RECV | Traces receiving data from the network. |
PROTOCOL | Traces protocol operations. |
BIND | Traces binding operations. |
BUS_QUERY | Traces bus queries. |
REGISTRY | Traces registry operations. |
MEMORY | Traces memory management. |
FILTER | Traces filter operations. |
REQUEST | Traces requests. |
WORK_ITEM | Traces work-item operations. |
PNP | Traces Plug and Play operations. |
PM | Traces Power Management operations. |
OPEN | Traces operations that open reference objects. |
LOCKS | Traces locking operations. |
RESET | Traces resetting operations. |
WMI | Traces Windows Management Instrumentation operations. |
NDIS_CO | Traces Connection-Oriented NDIS. |
REFERENCE | Traces reference operations. |
Windows 2000 | Ndiskd.dll |
Windows XP | Ndiskd.dll |
Windows Vista and later | Ndiskd.dll |
For information about NDIS drivers, see the Windows Driver Kit (WDK) documentation.