NdisFilterTimedDataReceive rule (ndis)

The NdisFilterTimedDataReceive rule verifies that an NDIS filter driver completes a receive request by the FilterReceiveNetBufferLists function before timing out.

You can use a kernel debugger to help identify the cause of the problem. Check RULE_STATE for PendingNbl, which points to the oldest pending NET_BUFFER_LIST. Use the !ndiskd.nbl debugger extension. For information about using the debugger, see Windows Debugging.

Driver model: NDIS

Bug check(s) found with this rule: Bug Check 0xC4: DRIVER_VERIFIER_DETECTED_VIOLATION ( 0x00092012)

How to test

At run time

Run Driver Verifier and select the NDIS/WIFI verification option. This rule is also tested with the DDI compliance checking option.