Skip to content

Commit

Permalink
Note a fixed issue in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Dec 6, 2021
1 parent 1200d85 commit 90b109d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
* Fix how the installer handles `/option=enforced`, which was broken in Npcap
1.55. Fixes [#556](http://issues.npcap.org/556).

* Fix an issue causing `pcap_setmode()`/`PacketSetMode()` with a value of
`MODE_CAPT` to fail. `MODE_CAPT` is the default for new handles, so this only
affects software that uses `MODE_STAT` and then switches to `MODE_CAPT`, or
software that expects a call to `pcap_setmode(MODE_CAPT)` on a handle already
in `MODE_CAPT` to succeed. Fixes [#558](http://issues.npcap.org/558).

* Further deprecate the "Legacy loopback support" option: The npcapwatchdog
scheduled task will not check for the existence of the Npcap Loopback
Adapter.
Expand Down

0 comments on commit 90b109d

Please sign in to comment.