Skip to content
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

[bug] Scanner does not work on Windows #1

Open
akevinge opened this issue Oct 22, 2022 · 0 comments
Open

[bug] Scanner does not work on Windows #1

akevinge opened this issue Oct 22, 2022 · 0 comments
Labels
priority: high type: bug Something isn't working type: 3rd party This issue is to do with compatibility with another library

Comments

@akevinge
Copy link
Owner

akevinge commented Oct 22, 2022

Describe the bug

Scanner is unable to choose correct network interface on Windows because pnet_datalink does not set flags on network interfaces, which are relied on to tell their statuses.

See: https://docs.rs/pnet_datalink/latest/x86_64-pc-windows-msvc/src/pnet_datalink/winpcap.rs.html#325

How to reproduce

  1. Go on windows
  2. Run the scanner in admin cmd
@akevinge akevinge added type: bug Something isn't working type: 3rd party This issue is to do with compatibility with another library priority: high labels Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high type: bug Something isn't working type: 3rd party This issue is to do with compatibility with another library
Projects
None yet
Development

No branches or pull requests

1 participant