You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: delay-load wpcap.dll so binary starts without Npcap installed(build publish, pypi publish, crates publish)
Previously the npcap feature (enabled by default) caused wpcap.dll to
be a load-time dependency. On Windows machines without Npcap, the OS
loader terminated the process immediately no output, no error, even
--help and --version were silent.
Changes:
- build.rs: add /DELAYLOAD:wpcap.dll for Windows MSVC targets
- loopback.rs: pre-check wpcap.dll with LoadLibraryA before calling
pcap APIs, return friendly error instead of crashing
- bump version to 0.1.7-rc.12
0 commit comments