Discussion:
Viewing network stack
(too old to reply)
Abhijit Mmirajkar
2011-06-14 02:21:46 UTC
Permalink
Hi,

Is there any utility (or maybe WinDbg commands) which can show me all
the network drivers in my network stack in a layered view?
Basically I want to know what all intermediate network drivers are
there between my miniport and TCP. The "Network Connection Properties"
shows me this, but not necessarily in the order of layering.
Any hint is appreciated. Thanks,

Regarsd,
Abhijit
Anand Choubey
2011-07-01 04:53:30 UTC
Permalink
You can use bindview to see all the binding or use windbg ndis
extension to get inner information.

Regards,
Anand Choubey
Post by Abhijit Mmirajkar
Hi,
Is there any utility (or maybe WinDbg commands) which can show me all
the network drivers in my network stack in a layered view?
Basically I want to know what all intermediate network drivers are
there between my miniport and TCP. The "Network Connection Properties"
shows me this, but not necessarily in the order of layering.
Any hint is appreciated. Thanks,
Regarsd,
Abhijit
Loading...