HOWTO: Debug NDIS WAN Miniports for MSDUN 1.2xID: Q182539 
  | 
This article shows you how to set tracing options to debug Network Driver Interface Specification (NDIS) wide area network (WAN) miniports on Windows 95 with Microsoft Dial-Up Networking 1.2x. It also includes the address of the Web site you can visit to download debug binaries.
NDIS WAN miniports are binary compatible drivers for Windows NT 4.0 and
Windows 95. To use NDIS WAN miniports on Windows 95, you must install the
Microsoft Dial-Up Networking upgrade. You can get the latest Microsoft Dial-
Up Networking upgrade and debug binaries from the Device Driver Development
Support Web page, located at:
http://support.microsoft.com/support/ddk_hardware/Click the Windows DDK link and then the Device Driver Tools link.
   >>e NdisTraceImpt 1 
   [WanTSP]
   ; DumpFlags:
   ;    00000001   Linedev
   ;    00000002   Phonedev
   ;    00000004   Callback
   ;    00000008   Miniport
   DumpFlags=0x00000000
   ; TraceFlags:
   ;            00000001   Warnings
   ;            00000002   Errors
   ;            00000004   General
   ;            00000008   Function trace
   ;            00000100   Linedev
   ;            00000200   Phonedev
   ;            00000400   Miniport
   ;            00000800   Callback
   ;            00001000   Utility
   ;            00002000   Size variables (needed, used, size, and so on)
   ;            00008000   Misc
   TraceFlags=0x0000210F
   ; BreakFlags:
   ;    00000001   Break on validate
   ;    00000040   Break on process attach
   BreakFlags=0x00000001
   [ISDNUI]
   ; DumpFlags:
   ;    00000001   ISDNCONFIG
   ;    00000002   ISDNLINE
   ;    00000004   ISDNCHANNEL
   ;    00000008   ISDNDEVCAPS
   ;    00000010   ISDNLINECAPS
   ;    00000020   Vendor data
   DumpFlags=0x00000000
   ; TraceFlags:
   ;    00000001   Warnings
   ;    00000002   Errors
   ;    00000004   General
   ;    00000008   Function trace
   TraceFlags=0x00000003
   ; BreakFlags:
   ;    00000001   Break on validate
   ;    00000040   Break on process attach
   BreakFlags=0x00000001 Windows NT DDK documentation
Additional query words: MSDUN NDIS Miniport
Keywords          : NTDDKDebug ntddkndis 
Version           : Win95:4.0
Platform          : Win95 
Issue type        : kbhowto 
Last Reviewed: March 5, 1999