Hi All,
There is a BSOD when my NDIS 6 miniport driver is indicating
NET_BUFFER_LISTS. This BSOD happens only when I have wireshark
(winpcap) launched to capture packets. Does anyone know what could be
wrong with the NET_BUFFER_LIST that I indicate? The call stack looks
like the following whin it crashes
nt! RtlpBreakWithStatusInstruction
nt!KiBugCheckDebugBreak +0x1c
nt!KeBugCheck2+0x67f
nt!KiTrap0E+0x2b4
NDIS! ndisFreeConvertedPacket+0x22
NDIS! ndisXlateReturnPacketToNetBufferList+0x33
NDIS! ndisIndicateXlatedPacketsToNdis5Protocols+0x115
NDIS! ndisMDispatchReceiveNetBufferLists+0x10d
NDIS! ndisMTopReceiveNetBufferLists+0x2c
NDIS! ndisMIndicateReceiveNetBufferListsInternal+0x27
NDIS! NdisMIndicateReceiveNetBufferLists+0x20
Thanks for the help
Arun