Hi,
I have TDI filter on XP use as TCP redirector.
I’m porting TDI filter from XP to Vista
I have a problem with “TdiSetEvent.”. I am waiting to get TDI_EVENT_CONNECT
and instead I get TDI_EVENT_ERROR.
Is it possible to port TDI filter to vista???
Thanks,
Amir
TDI filters are deprecated on Vista and going forward, and they won’t
catch all of the traffic any more. There are new filtering mechanisms
in Vista that you should probably be using instead.
http://kernelmustard.com/2006/10/20/tdi-is-on-the-path-to-deprecation/
-sd
On Jun 6, 2007, at 8:56 AM, Amir Segev wrote:
Hi,
I have TDI filter on XP use as TCP redirector.
I’m porting TDI filter from XP to Vista
I have a problem with “TdiSetEvent.”. I am waiting to get
TDI_EVENT_CONNECT
and instead I get TDI_EVENT_ERROR.
Is it possible to port TDI filter to vista???
Thanks,
Amir
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
Thanks,
Amir Segev
xxxxx@flashnetworks.com
On 6/6/07, Steve Dispensa wrote:
>
> TDI filters are deprecated on Vista and going forward, and they won’t
> catch all of the traffic any more. There are new filtering mechanisms
> in Vista that you should probably be using instead.
>
> http://kernelmustard.com/2006/10/20/tdi-is-on-the-path-to-deprecation/
>
> -sd
>
> On Jun 6, 2007, at 8:56 AM, Amir Segev wrote:
>
> > Hi,
> >
> > I have TDI filter on XP use as TCP redirector.
> >
> >
> >
> > I’m porting TDI filter from XP to Vista
> >
> >
> >
> > I have a problem with “TdiSetEvent.”. I am waiting to get
> > TDI_EVENT_CONNECT
> > and instead I get TDI_EVENT_ERROR.
> >
> >
> >
> > Is it possible to port TDI filter to vista???
> >
> >
> >
> > Thanks,
> >
> > Amir
> >
> >
> >
> > —
> > 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
>