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

Fix dupicated requests on linux #992

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Fix dupicated requests on linux #992

merged 1 commit into from
Aug 12, 2021

Commits on Aug 12, 2021

  1. Fix dupicated requests on linux

    Issue was introduced while fixing windows c9274ac
    
    Added exception for Windows, which by default allows interfaces without IPs.
    Interface name check moved higher, so if interface namee or IP match, rest of check will be ignored.
    
    Additionally windows npcap loopback mechanism can now be picked by specifying 127.0.0.1 or loopback IP.
    
    Fix #989
    buger committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9bdf272 View commit details
    Browse the repository at this point in the history