i want to finish ndishook in vista
and now in win2000 or xp we hook ndis and use passthru
in viata i can use these technical ?
thanks
Passthru is far away from being a “ndishook”. It’s an intermediate driver
and this should work for Vista, too. As an alternative you may write a WFP
Filter (Windows Filtering Platform)…two samples can be found in the WDK
(src\network\trans).
Regards
wrote news:xxxxx@ntdev…
>i want to finish ndishook in vista
> and now in win2000 or xp we hook ndis and use passthru
> in viata i can use these technical ?
> thanks
>
thank you Frank
i want to finish vpn in vista with ndis hook or ndis im driver for passthru
can i use passthru for vista?
Since ndis intermediate drivers are still supported by Vista…yes!
schrieb im Newsbeitrag news:xxxxx@ntdev…
> thank you Frank
> i want to finish vpn in vista with ndis hook or ndis im driver for
> passthru
> can i use passthru for vista?
>
>
FYI
I think some version of NDIS are emulated by Vista, It is my understanding
that NDIS 6.0 is only supported natively
Regards
Steve
----- Original Message -----
From: “frank”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Friday, June 01, 2007 12:13 PM
Subject: Re:[ntdev] How capture ip in vista?
> Since ndis intermediate drivers are still supported by Vista…yes!
>
> schrieb im Newsbeitrag news:xxxxx@ntdev…
>> thank you Frank
>> i want to finish vpn in vista with ndis hook or ndis im driver for
>> passthru
>> can i use passthru for vista?
>>
>>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
>
>
Vista still supports NDIS 5 drivers in general, although there are
some subtle changes. NDIS6 is new with Vista and Windows Server 2008.
OP: Yes, you can use passthru. Furthermore, you might consider
looking at the new filter sample for Vista, which implements a
lightweight NDIS 6 filter. Lightweight filters are more efficient on
Vista.
You should not hook NDIS. I’d be interested in hearing about any
requirement you have that you think leads you to needing to hook.
There’s probably an architecturally supported solution, in the form
of an IM driver.
-sd
On Jun 11, 2007, at 6:30 AM, Steve Pratt wrote:
FYI
I think some version of NDIS are emulated by Vista, It is my
understanding that NDIS 6.0 is only supported nativelyRegards
Steve
----- Original Message ----- From: “frank”
> Newsgroups: ntdev
> To: “Windows System Software Devs Interest List”
> Sent: Friday, June 01, 2007 12:13 PM
> Subject: Re:[ntdev] How capture ip in vista?
>
>
>> Since ndis intermediate drivers are still supported by Vista…yes!
>>
>> schrieb im Newsbeitrag news:xxxxx@ntdev…
>>> thank you Frank
>>> i want to finish vpn in vista with ndis hook or ndis im driver
>>> for passthru
>>> can i use passthru for vista?
>>>
>>>
>>
>>
>>
>> —
>> Questions? First check the Kernel Driver FAQ at http://
>> www.osronline.com/article.cfm?id=256
>>
>> To unsubscribe, visit the List Server section of OSR Online at
>> http://www.osronline.com/page.cfm?name=ListServer
>>
>>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at http://
> www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer