Is there a way to find all buffers/pkts that miniport driver had given to
NDIS driver and its upper layers through NDIS?

Regds,

RE: Is there a way to find the pkts/buffers that a ndis miniport dr by pavel_a

pavel_a
Sun Dec 24 12:43:01 CST 2006

"Praveen Kumar Amritaluru" wrote:
> Is there a way to find all buffers/pkts that miniport driver had given to
> NDIS driver and its upper layers through NDIS?

!ndiskd.findpacket p

--PA


Re: Is there a way to find the pkts/buffers that a ndis miniport driver had indicated/given to NDIS driver? by Alireza

Alireza
Tue Dec 26 04:44:19 CST 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...
> Is there a way to find all buffers/pkts that miniport driver had given to
> NDIS driver and its upper layers through NDIS?
>
> Regds,
>
>



Re: Is there a way to find the pkts/buffers that a ndis miniport driver had indicated/given to NDIS driver? by Praveen

Praveen
Tue Dec 26 13:13:18 CST 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...
> 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...
>> Is there a way to find all buffers/pkts that miniport driver had given to
>> NDIS driver and its upper layers through NDIS?
>>
>> Regds,
>>
>>
>
>



Re: Is there a way to find the pkts/buffers that a ndis miniport driver had indicated/given to NDIS driver? by Alireza

Alireza
Tue Dec 26 16:39:03 CST 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...
> 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...
>> 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...
>>> Is there a way to find all buffers/pkts that miniport driver had given
>>> to NDIS driver and its upper layers through NDIS?
>>>
>>> Regds,
>>>
>>>
>>
>>
>
>