Can't get the usb device with ushpcap on windows
Open
- Dominant language
- Go
- Stars
- 6.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
I find that I can get the usb data on linux when I insmod usbmon.
But I can't get the usb data when I install usbpcap on windows. Is that right?
```
devices, err := pcap.FindAllDevs()
if err != nil {
log.Fatal(err)
}
```
Or any suggestions?
Contributor guide
Assessment
This issue has not been assessed yet.