npcap

Nmap Project's Windows packet capture and transmission library

OTHER License

Stars
3K

Bot releases are hidden (Show)

npcap - Npcap 0.91

Published by dmiller-nmap over 7 years ago

Binaries, installer, and debug symbols available from http://npcap.org/

  • Fix WiFi interruption with certain hardware. This is a regression introduced in Npcap 0.90, which had optimistically removed the fix from 0.10-r15.
npcap - Npcap 0.90

Published by dmiller-nmap over 7 years ago

Binaries, installer, and debug symbols available from http://npcap.org/

  • Fix BSOD introduced in 0.85; Locking while being cleaned up is bad.
  • Fix WiFi interruption on Windows 7 in some circumstances, as demonstrated by inability to connect when Kaspersky Internet Security is installed.

Note: for about an hour when this release was published, the drivers were not signed properly for Windows 10. Please re-download if you are having problems on Windows 10 due to driver signing.

npcap - Npcap 0.86

Published by dmiller-nmap over 7 years ago

Binary installers available from http://npcap.org/

  • Fix a BSOD due to only a partial fix being applied in 0.85. Fixes nmap/nmap#840
npcap - Npcap 0.85

Published by dmiller-nmap over 7 years ago

Binary installer available from http://npcap.org/

  • Fix BSOD by reverting to simpler pre-0.82 data structures but retaining the
    spinlock improvement that was the core of that fix.
npcap - Npcap 0.84

Published by dmiller-nmap over 7 years ago

Executable installer available at http://npcap.org/

  • Fix a failure of 64-bit Npcap when installed in Admin-Only mode. nmap/nmap#814
npcap - Npcap 0.83

Published by dmiller-nmap over 7 years ago

Binary installers available at http://npcap.org/

  • Fix a crash caused by recieving loopback traffic after Windows starts to
    sleep. nmap/nmap#721

  • Don't override CLI installer options like /wpcap_mode when WinPcap is
    found. nmap/nmap#717

  • Restore the uninstaller instruction that deletes the npcap driver files.

npcap - Npcap 0.82

Published by dmiller-nmap over 7 years ago

Reminder: executable installer is available from http://npcap.org/

  • Fix a crash that happened when many concurrent processes were using Npcap.
    If several of these quit during processing of a packet, the linked list of
    processes could become corrupted. Solved this by using a fixed array with
    copy-and-swap instead.
npcap - Npcap 0.81

Published by dmiller-nmap over 7 years ago

  • Moved distribution of executable installer to http://npcap.org/ from Github.
  • Write log files in UTF-8 encoding to preserve localized error messages.
  • Report human-readable error when LWF filter fails to be installed.
  • Add *NdisDeviceType=1 key to registry for Loopback adapter. Fixes #653
npcap - Npcap 0.80

Published by dmiller-nmap almost 8 years ago

  • Signed the uninstaller executable.
  • Removed the legacy code supporting Windows XP and earlier.
  • Added the CHANGELOG file
  • Fixed a few null pointer dereferences that may have led to Blue Screens under
    some scenarios.
  • Restored changes from 0.78 r2 through 0.78 r4 that were accidentally omitted
    from 0.78 r5.
npcap - Npcap 0.78 r5

Published by dmiller-nmap almost 8 years ago

  • Microsoft Attestation-signed drivers for Windows 10, required in Win10 1607. See nmap/nmap#492 .
  • Removed Windows XP support from the executable installer. XP users can use WinPcap instead, as that is all that we were installing on that platform.
npcap - Npcap 0.78: Showed "failed to delete the DLLs" message in the uninstaller.

Published by hsluoyz almost 8 years ago

npcap - Npcap 0.11: Updated the Npcap driver to latest WDK 10.0.14393.

Published by hsluoyz almost 8 years ago

Thanks to Gl0 for reporting this issue!