Tech Support > Microsoft Windows > Drivers > Ndis 6 Miniport: NET_BUFFER with no data
Ndis 6 Miniport: NET_BUFFER with no data
Posted by Arunkumar Sundaram on February 25th, 2008


Hi All,

I am very new to NDIS development. I did search but couldn't find a
similar problem discussed.

I am getting a NET_BUFFER (passed to MiniportSendNetBufferLists) which
has no data (DataLength is 0, MDLChain is NULL, CurrentMDL is NULL) is
this normal? What am I suppose to do with this?

Thanks
Arun