-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packetsendpacket failed: A device attached to the system is not functioning.(31) #766
Comments
31 is One NT status value that maps to
Is Wireshark running on the machine on which you tried sending the packet, or on another machine on the network? |
Wireshark was running on the machine I was sending packets from |
So the packet was probably being wrapped around by the Npcap code before it tried to send it, but, when it tried to send it, that failed. It might be easier to debug if, in at least some cases, the Npcap driver returned a status other than |
thanks, I guess it was not sent success yet |
Describe the bug
An error occurred in the customer usage scenario, remote debugging:
1.pcap_sendpacket error:
packetsendpacket failed: A device attached to the system is not functioning.(31)
2.I can capture this packet in wireshark still
3.but I can't capture response packet from other device for this packet. I can't do any further debugging...
To Reproduce
I run the test demo (sendpack) and still got the error
Diagnostic information
Npcap 1.79 used, 1.80 used
try Npcap 1.60, no send error,but still can not receive packet from device.
Additional context
in other envirment, this work fine.
The text was updated successfully, but these errors were encountered: