wiresock / ndisapi

Windows Packet Filter library for network packet interception and manipulation, suitable for custom firewall, VPN and traffic analysis applications.
https://www.ntkernel.com/windows-packet-filter/
MIT License
289 stars 78 forks source link

When installing the driver in win10 system, it will cause a short network disconnection #28

Closed SYfirsthandsome closed 2 months ago

SYfirsthandsome commented 2 months ago

When I install or uninstall the driver, I find that the network will be disconnected for a short time, and the computer network adapter will reconnect to verify, and this problem is currently only found on the win10 system computer, win11 is normal, is there a way to solve it?

wiresock commented 2 months ago

This is expected behavior because the network stack must rebind during the installation or removal of an NDIS filter driver. This behavior is also expected to affect Windows 11.