Skip to content

Commit

Permalink
Bump version to 2.2.2 & other fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
basil00 committed Sep 17, 2022
1 parent 3402f8b commit 1789526
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Expand Up @@ -312,3 +312,9 @@ WinDivert 2.2.0
- Implement new packet parser that correctly handles IP fragments.
- Add a new "fragment" filter field that matches IP fragments.
- (Un)Loading the WinDivert driver will cause a system event to be logged.
WinDivert 2.2.1
- Fix potential driver deadlock on user-mode program crash.
- Fix filter language simplification bug.
- Fix Flow.EndpointId containing junk data.
WinDivert 2.2.2
- Fix potential WinDivertClose() BSOD for WINDIVERT_LAYER_FLOW handles.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -5,7 +5,7 @@ WinDivert 2.2: Windows Packet Divert
---------------

Windows Packet Divert (WinDivert) is a user-mode packet interception library
for Windows 7, Windows 8 and Windows 10.
for Windows 10, Windows 11, and Windows Server.

WinDivert enables user-mode capturing/modifying/dropping of network packets
sent to/from the Windows network stack. In summary, WinDivert can:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.2.1
2.2.2
2 changes: 1 addition & 1 deletion doc/windivert.html
Expand Up @@ -72,7 +72,7 @@ <h2>Table of Contents</h2>
<p>
WinDivert is a powerful user-mode
capture/sniffing/modification/blocking/re-injection package for
Windows 7, Windows 8 and Windows 10.
Windows 10, Windows 11, and Windows Server.
WinDivert can be used to implement user-mode packet filters, packet sniffers,
firewalls, NAT, VPNs, tunneling applications, etc., without the need to
write kernel-mode code.
Expand Down
2 changes: 1 addition & 1 deletion inf/windivert32.inf
Expand Up @@ -4,7 +4,7 @@ Class = WFPCALLOUTS
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
Provider = %Basil%
CatalogFile = WinDivert32.Cat
DriverVer = 01/08/2022,2.2.1
DriverVer = 01/09/2022,2.2.2

[SourceDisksNames]
1 = %DiskName%
Expand Down
2 changes: 1 addition & 1 deletion inf/windivert64.inf
Expand Up @@ -4,7 +4,7 @@ Class = WFPCALLOUTS
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
Provider = %Basil%
CatalogFile = WinDivert64.Cat
DriverVer = 01/08/2022,2.2.1
DriverVer = 01/09/2022,2.2.2

[SourceDisksNames]
1 = %DiskName%
Expand Down

0 comments on commit 1789526

Please sign in to comment.