Hi, all.
I write a NDIS FILTER driver. I want to send the special packet back to the sender then drop the packet.
For example: If I receive a packet include string "HELLO_PACKET_WORLD", I will send this packet to the sender, then drop this packet.
But BSOD when I call NdisFSendNetBufferLists in FilterReceiveNetBufferLists. BUGCHECK CODE is IRQL_NOT_LESS_OR_EQUAL.
How to solve this problem?
Thanks in advance.
I write a NDIS FILTER driver. I want to send the special packet back to the sender then drop the packet.
For example: If I receive a packet include string "HELLO_PACKET_WORLD", I will send this packet to the sender, then drop this packet.
But BSOD when I call NdisFSendNetBufferLists in FilterReceiveNetBufferLists. BUGCHECK CODE is IRQL_NOT_LESS_OR_EQUAL.
How to solve this problem?
Thanks in advance.