Site icon EfmSoft

What does NTSTATUS 0xC0230005 (STATUS_NDIS_BAD_CHARACTERISTICS) mean?

 
Previous Next
STATUS_NDIS_BAD_VERSION STATUS_NDIS_ADAPTER_NOT_FOUND

STATUS_NDIS_BAD_CHARACTERISTICS

A driver registration characteristics table is malformed

STATUS_NDIS_BAD_CHARACTERISTICS points to the registration contract between a driver and NDIS. Characteristics structures describe callbacks, versioning, and capability data; a table from the wrong driver model or NDIS revision can have fields that NDIS cannot accept.

This is not a packet-processing error. Diagnose the registration path that builds the characteristics structure, including its header, supported callbacks, and zero-initialization policy, before testing the NIC hardware or IP configuration.

Evidence that narrows it

References


Looking for a different code? Search another status or error code.

Exit mobile version