4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 26, 2024 — Nov 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rephrased the wording of restore points in the installer. More... over 9 years ago
Disabled creating restore point in the uninstaller for now, because this will cause the uninstaller to halt. More... over 9 years ago
Added the function of creating a system restore point when Npcap uninstalls. More... over 9 years ago
Rephrased the name of the system restore point created by Npcap, added the version number. More... over 9 years ago
Disabled the function of deleting the system restore point for now. This is because not many softwares delete restore points, this job should be done by users themselves. More... over 9 years ago
Removed the creating restore point option, made this function mandatory suggested by Markpizz. More... over 9 years ago
Made creating restore point option in the installer checked by default. More... over 9 years ago
Added description about the dependency between wpcap.sln and Packet.sln. More... over 9 years ago
Improved the wording of the loopback option in the installer. More... over 9 years ago
Made the loopback feature optional in the installer suggested by Markpizz. More... over 9 years ago
Updated Npcap version to 0.06. More... over 9 years ago
Fixed the BSoD issue reported by yyjdelete, this bug is because the NPF_Pause routine doesn't handle correctly to stop sending packets when the adapter is being disabled. More... over 9 years ago
Added creating system restore point feature to the installer, not enabled by default. More... over 9 years ago
Fixed the PAGE_FAULT_IN_NONPAGED_AREA BSoD reported by Vince Luff caused by illeagal memory read in NPF_CompareAdapterName function. More... over 9 years ago
Updated README by adding packaging PDB files instructions. More... over 9 years ago
Added the scripts to make a zip of all PDB files, named npcap-nmap-<Version>-<Revision>-DebugSymbols.zip. This will help debugging old versions of Npcap binaries. More... over 9 years ago
Updated wcscpy calls in the driver to wcscpy_s for better security. More... over 9 years ago
Aimed at fixing the ATTEMPED_EXECUTE_OF_NOEXECUTE_MEMORY BSoD reported by yyjdelete, still has problems. More... over 9 years ago
Update README.md More... almost 10 years ago
Used the legacy SHA1 code signing cert to sign the Npcap driver in Win7, so no need for Win7 users to installl KB3033929 patch any more. More... almost 10 years ago
Updated the build badge to use AppVeyor. More... almost 10 years ago
Improved the macros in the installer deploy script. More... almost 10 years ago
Improved the macros in the deploy scripts. More... almost 10 years ago
Added driver signing commands to the legacy deploy scripts. More... almost 10 years ago
Added AppVeyor CI Integration. More... almost 10 years ago
Changed to build Packet project prior to wpcap, because wpcap's building depends on Packet's output. More... almost 10 years ago
Updated Build.bat for building the driver. More... almost 10 years ago
Updated the installer to use the same MIT license as the source code does. More... almost 10 years ago
Merge pull request #8 from gbloice/fix-trailing-whitespace More... almost 10 years ago
Remove trailing whitespace More... almost 10 years ago