-
Notifications
You must be signed in to change notification settings - Fork 105
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
On windows findalldevs() returns unintelligible results #53
Comments
Hey @skewty might you be having additional drivers for virtual network adapter? And did you correctly install and link the WinPcap Dev Kit during compilation? |
I have a 802.1Q trunk into my development workstation. So I have more more "network adapters" than most :) That said, I was able to get it to work. In the end the trouble was too much for my coworkers so I just used a different library and gave up on pcapy. |
Good to know you figured another way out. Although I would be interested to figure out the initial problem you had with Pcapy. I'll assume it's the 'network adapters' issue :) 👍 |
@JohnTroony @skewty there's a PR I created years ago in which I implemented functionallity that transfers LUID ("Local Area Connection") to GUID ("\Device\NPF_{5F548CD6-AB25-4913-ABC1-AE6DCF74760B}") |
This is interesting, I'll check your implementation in the #28 |
@JohnTroony @skewty you can also use |
I created a new PR for this #61 |
How is a human expected to know which adapter they want to specify / choose?
The text was updated successfully, but these errors were encountered: