----- Original Message -----
From: Steve Dispensa
To: Windows System Software Devs Interest List
Sent: Wednesday, November 08, 2006 11:18 AM
Subject: Re: [ntdev] Re: How many NDIS intermediate drivers are supported in
The documentation states that you can have only a single installed IM driver per filter class. I don’t know why it’s designed this way, but it is. There were actually blue screen issues in the Win2k days, but I haven’t seen XP
actually crash.
But of course that doesn’t mean that you are bound to the 3 predefined filter classes. You can define more filter classes as explained here
http://support.microsoft.com/default.aspx?scid=kb;en-us;250615
Hope it helps
GV
Re-ordering is another matter; you shouldn’t re-order unless you really need to. If you’re installed above some other IM driver, though, you won’t see packets that that IM generates itself. This may or may not be an issue for you.
-sd
On Nov 8, 2006, at 1:04 PM, Anand Iyer wrote:
Hi All,
Does anybody has idea why does multiple IM Drivers needs stack re-ordering or install with unique filterclass,as during my tests network gets hanged(no ip config) when i tried with my passthru already installed and DNE Driver(whcih is also a failover class IM Driver) is installed.
More specifically when we get debug info i can see the ptderefadapter is called properly & on mpinitialize NdisIMInitializeDeviceInstanceEx is called properly within ppbindadapter.
is re-ordering necessary.
On 08/11/06, xxxxx@gmail.com wrote:
Windows 2000 and XP
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Mailer: ColdFusion MX Application Server
X-OSROnline: Posted via forum
Hi Steve,
Thanks a lot,it helped me after these long yrs also.i was using a modified passthru for http packet tracking & was having problem with DNE IM Driver which use to work just fine after installation but network hangs after reboot.
Thanks.
—
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
Anand C. Iyer
— 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