Skip to content

Fix windows double key issue#27

Merged
domcyrus merged 6 commits intomainfrom
fix-windows-double-key-issue
Oct 1, 2025
Merged

Fix windows double key issue#27
domcyrus merged 6 commits intomainfrom
fix-windows-double-key-issue

Conversation

@domcyrus
Copy link
Owner

@domcyrus domcyrus commented Oct 1, 2025

Addresses #14 for real... hopefully :)

- Add startup check that detects missing Npcap/WinPcap DLLs
- Display helpful error message with installation instructions
- Simplify WiX MSI by removing VC++ bundling (not reliable with cargo-wix)
- Update README with note about runtime dependency checking
- Add winapi dependency for Windows DLL detection

The runtime check provides better UX than silent failures and guides
users to install Npcap with WinPcap API-compatible mode enabled.
- Remove unused std::ptr import
- Remove unnecessary cast in LoadLibraryA call
@domcyrus domcyrus merged commit 9481cef into main Oct 1, 2025
2 checks passed
@domcyrus domcyrus deleted the fix-windows-double-key-issue branch October 2, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant