NDIS IM Redirection Driver
- From: JasonBorden79 <JasonBorden79.26ugvj@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 25 Apr 2006 18:48:07 -0500
I've made an NDIS IM redirection driver that can change packets destined
for one host to go to a different host. I have a problem, however, if
the packet to be sent needs to be redirected through a different nic.
(For instance, the packet is originally sent to a ppp adapter, but then
the IM driver redirects it to a local lan address, however it continues
through this original ppp interface). I've attempted to send the packet
back up the stack by sending a NdisMIndicateReceivePacket request to the
upper protocol driver, hoping that the packet would later be rerouted by
the upper tcpip protocol. This, however, fails miserably for me,
resulting in a BSOD IRQL not <=, even though I'm calling from a IRQL <=
DISPATCH level. Anyone have experience with something similar, or have
some sample code that might help?
Thanks,
Jason
--
JasonBorden79
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
.
- Follow-Ups:
- Re: NDIS IM Redirection Driver
- From: Stephan Wolf [MVP]
- Re: NDIS IM Redirection Driver
- From: Thomas F. Divine [DDK MVP]
- Re: NDIS IM Redirection Driver
- Prev by Date: Re: How to install device filter driver for HID keyboard?
- Next by Date: Re: SetupDi can not cancel a driver installation in XP
- Previous by thread: Re: Poblem in Installing sample driver given in DDK sample
- Next by thread: Re: NDIS IM Redirection Driver
- Index(es):
Relevant Pages
|