Article ID: 232515 - Last Review: February 12, 2007 - Revision: 3.3 INFO: NDIS Level and Component Debugging FlagsThis article was previously published under Q232515 SUMMARY
There is additional Network Driver Interface Specification (NDIS) debugging information available in Windows 98 and Windows 98 SE. This article describes how
to access that additional information using the global symbols, ndisdebuglevel and ndisdebugsystems.
MORE INFORMATION
Listed below are level and component NDIS debugging flags. These flags are set through the debugger, and provide trace information as execution passes
through NDIS. These flags can be ORed together. Execute the WDEB386 or WDEB98 debugger with the /B option to break the debugger after driver loading finishes and before VMM initialization begins. At the break, set the NDIS trace important flag, and go: e ndistraceimpt 1 EXAMPLE: Set the level trace information for ERROR in the debugger in the following manner: e ndisdebuglevel 00 20 00 00
EXAMPLE: Set the component trace information for RECEIVE and SEND in the debugger in the following manner: e ndisdebugsystems 0C 00 00 00
All trace output is emitted to the current kernel debugger. | Article Translations
|
Back to the top
