NDIS intermediate drivers

Posted: 01-08-2006, 08:40 AM
How can I see what NDIS intermediate drivers are installed on my
system?

Reply With Quote

Responses to "NDIS intermediate drivers"

Hillel
Guest
Posts: n/a
 
Re: NDIS intermediate drivers
Posted: 01-08-2006, 01:32 PM
Start --> Control Panel --> Administrative Tools --> Computer
Management --> Device Management.
View --> Show hidden devices

Under Network Adapters you will see the networking drivers installed
(miniports and intermediate).

Reply With Quote
Pavel A.
Guest
Posts: n/a
 
RE: NDIS intermediate drivers
Posted: 01-08-2006, 02:33 PM
"Angel Tsankov" wrote:
> How can I see what NDIS intermediate drivers are installed on my
> system?
Basically you can enumerate all installed services and check if their
binaries look like IM drivers (by imported functions).

--PA

Reply With Quote
Angel Tsankov
Guest
Posts: n/a
 
Re: NDIS intermediate drivers
Posted: 01-08-2006, 04:51 PM
>> How can I see what NDIS intermediate drivers are installed on my
>> system?
>
> Basically you can enumerate all installed services and check if
> their
> binaries look like IM drivers (by imported functions).
>
How is this done?

Reply With Quote
Maxim S. Shatskih
Guest
Posts: n/a
 
Re: NDIS intermediate drivers
Posted: 01-08-2006, 06:59 PM
Search MSDN for INetCfg and friends. The answer is somewhere there.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Angel Tsankov" <fn42551@fmi.uni-sofia.bg> wrote in message
news:e13no8CFGHA.1424@TK2MSFTNGP12.phx.gbl...
> How can I see what NDIS intermediate drivers are installed on my
> system?
>
Reply With Quote
Pavel A.
Guest
Posts: n/a
 
Re: NDIS intermediate drivers
Posted: 01-08-2006, 07:41 PM
"Angel Tsankov" wrote:
> >> How can I see what NDIS intermediate drivers are installed on my
> >> system?
> >
> > Basically you can enumerate all installed services and check if
> > their
> > binaries look like IM drivers (by imported functions).
> >
> How is this done?
EnumServicesStatusEx(), QueryServiceConfig()
and then... perhaps, dumpbin.

--PA

Reply With Quote
Angel Tsankov
Guest
Posts: n/a
 
Re: NDIS intermediate drivers
Posted: 01-08-2006, 08:47 PM
>> >> How can I see what NDIS intermediate drivers are installed on my
>> >> system?
>> >
>> > Basically you can enumerate all installed services and check if
>> > their
>> > binaries look like IM drivers (by imported functions).
>> >
>> How is this done?
>
> EnumServicesStatusEx(), QueryServiceConfig()
> and then... perhaps, dumpbin.
>
AFAIK, these two functions are about services, not kernel-mode
drivers. Are you sure you can use them to enumerate NDIS drivers? If
so, could you provide some example code, please?

Reply With Quote
Pavel A.
Guest
Posts: n/a
 
Re: NDIS intermediate drivers
Posted: 01-08-2006, 11:08 PM
"Angel Tsankov" wrote:
> >> >> How can I see what NDIS intermediate drivers are installed on my
> >> >> system?
> >> >
> >> > Basically you can enumerate all installed services and check if
> >> > their
> >> > binaries look like IM drivers (by imported functions).
> >> >
> >> How is this done?
> >
> > EnumServicesStatusEx(), QueryServiceConfig()
> > and then... perhaps, dumpbin.
> >
> AFAIK, these two functions are about services, not kernel-mode
> drivers. Are you sure you can use them to enumerate NDIS drivers?
EnumServicesStatusEx with type=SERVICE_DRIVER lists drivers
>If so, could you provide some example code, please?
Sorry, not right now...

--PA
Reply With Quote
Arkady Frenkel
Guest
Posts: n/a
 
Re: NDIS intermediate drivers
Posted: 01-09-2006, 08:50 AM
Check bindview ( DDK project ) for that
Arkady

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:O7wgRVIFGHA.2708@TK2MSFTNGP11.phx.gbl...
> Search MSDN for INetCfg and friends. The answer is somewhere there.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>
> "Angel Tsankov" <fn42551@fmi.uni-sofia.bg> wrote in message
> news:e13no8CFGHA.1424@TK2MSFTNGP12.phx.gbl...
>> How can I see what NDIS intermediate drivers are installed on my
>> system?
>>
>

Reply With Quote
Angel Tsankov
Guest
Posts: n/a
 
Re: NDIS intermediate drivers
Posted: 01-09-2006, 10:05 AM
> Start --> Control Panel --> Administrative Tools --> Computer
> Management --> Device Management.
> View --> Show hidden devices
>
> Under Network Adapters you will see the networking drivers installed
> (miniports and intermediate).
>
This seems to be teh easiest solution I got. Thanks!

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
ndis.sys BSOD :( Al Windows Vista Administration 2 12-03-2006 10:21 AM
Tutorial for NDIS intermediate drivers? Angel Tsankov Windows XP Device Drivers 6 11-29-2005 10:17 PM
NDIS.SYS error siewmoey!f1rst.co.nz Windows XP Device Drivers 0 05-17-2004 07:59 AM
NDIS Samples Paul Russell Windows XP Device Drivers 0 11-05-2003 12:20 PM
NDIS 5.0 intermediate driver Ophir Munk Windows XP Device Drivers 0 10-23-2003 08:56 PM