- Is there a way to find the pkts/buffers that a ndis miniport driver had indicated/given to NDIS driver?
- Posted by Praveen Kumar Amritaluru on December 22nd, 2006
Is there a way to find all buffers/pkts that miniport driver had given to
NDIS driver and its upper layers through NDIS?
Regds,
- Posted by Pavel A. on December 24th, 2006
"Praveen Kumar Amritaluru" wrote:
!ndiskd.findpacket p
--PA
- Posted by Alireza Dabagh [MS] on December 26th, 2006
If you have not written the miniport driver yourself, without knowing NDIS
private structures it is hard to tell.
However if this is your driver, chances are you have associated all your
packets with some sort of descriptors in which case you can walk your
descriptor list and tell which one is in use (indicated up) and which one is
not.
-ali
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Praveen Kumar Amritaluru" <apraveen.kumar@gmail.com> wrote in message
news:uh$UVMhJHHA.1248@TK2MSFTNGP02.phx.gbl...
- Posted by Praveen Kumar Amritaluru on December 26th, 2006
Its for my miniport driver. I can try walking descriptor list..
But currently I dont have an extension written to do that and hence it will
be manual and tedious when u got to walk thru a huge list.
And any bug in storing info in descriptor list for pkts indicated up will
provide wrong info, though I dont expect this to happen.
Regds,
"Alireza Dabagh [MS]" <alid@online.microsoft.com> wrote in message
news:%23FbFArNKHHA.1240@TK2MSFTNGP03.phx.gbl...
- Posted by Alireza Dabagh [MS] on December 26th, 2006
Unfortunately using NDIS private structures to find indicated packets/NBLs
from a miniport is not any easier. We may be able to add it to a future
version of NDISKD extension.
-ali
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Praveen Kumar Amritaluru" <apraveen.kumar@gmail.com> wrote in message
news:u4XyoHSKHHA.1468@TK2MSFTNGP04.phx.gbl...