google / google/gopacket

Can't get the usb device with ushpcap on windows

Open
#1,061 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.