This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

RSC getting disabled after starting wireshark

0

RSC table before starting wireshark

PS C:\Users\Administrator> get-netadapterrsc

Name IPv4Enabled IPv6Enabled IPv4Operational IPv6Operational IPv4FailureReason IPv6Failure State State Reason ---- ----------- ----------- --------------- --------------- ----------------- ------------ Ethernet 4 True True True True NoFailure NoFailure Ethernet 3 True True True True NoFailure NoFailure

RSC table after starting wireshark.

PS C:\Users\Administrator> get-netadapterrsc|format-table -wrap -autosize

Name IPv4Enabled IPv6Enabled IPv4OperationalState IPv6OperationalState IPv4FailureReason IPv6FailureReason ---- ----------- ----------- -------------------- -------------------- ----------------- ----------------- Ethernet 4 True True False False NDISCompatibility NDISCompatibility Ethernet 3 True True False False NDISCompatibility NDISCompatibility

The above output is complaining about the NDIS for compatibility.

I want to stop RSC gettings disabled.

asked 04 Sep '14, 05:26

Naveen1115's gravatar image

Naveen1115
11113
accept rate: 0%

edited 04 Sep '14, 10:07

grahamb's gravatar image

grahamb ♦
19.8k330206

I want to stop RSC gettings disabled. You might have to pach WinPcap then. WinPcap is the "module" doing the actual capturing on Windows using NDIS 5 i beleve. Perhaps it needs to be updated to NDIS 6 to habdle RSC(?). Unfortunately WinPcap development seems to have stalled.

(04 Sep '14, 07:24) Anders ♦