Skip to content

Commit

Permalink
Merge pull request #3 from safing/fix/handle-chained-netbuffers
Browse files Browse the repository at this point in the history
Handle chained netbuffers
  • Loading branch information
dhaavi authored Dec 10, 2020
2 parents bd76050 + 199d5cf commit ac91337
Show file tree
Hide file tree
Showing 6 changed files with 315 additions and 175 deletions.
2 changes: 1 addition & 1 deletion inf/PortmasterKext32.inf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Class = WFPCALLOUTS
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
Provider = %Provider%
CatalogFile = PortmasterKext32.Cat
DriverVer = 01/01/2019,1.0.5.0
DriverVer = 01/01/2019,1.0.6.0

[SourceDisksNames]
1 = %DiskName%
Expand Down
2 changes: 1 addition & 1 deletion inf/PortmasterKext64.inf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Class = WFPCALLOUTS
ClassGuid = {57465043-616C-6C6F-7574-5F636C617373}
Provider = %Provider%
CatalogFile = PortmasterKext64.Cat
DriverVer = 01/01/2019,1.0.5.0
DriverVer = 01/01/2019,1.0.6.0

[SourceDisksNames]
1 = %DiskName%
Expand Down
4 changes: 2 additions & 2 deletions release/release_set_metadata.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off
set CABDIR=PortmasterKext

set VERSION="1.0.5.0 (%date%)"
set VERSION="1.0.6.0 (%date%)"
set FILEDESCR_SYS=/s desc "Portmaster Windows Kernel Extension Driver"
set FILEDESCR_DLL=/s desc "Portmaster Windows Kernel Extension DLL"
set COMPINFO=/s company "Safing ICS Technologies GmbH" /s (c) "Safing ICS Technologies GmbH"
set PRODINFO=/s product "Portmaster Windows Kernel Extension" /pv "1.0.5.0"
set PRODINFO=/s product "Portmaster Windows Kernel Extension" /pv "1.0.6.0"

verpatch /va %CABDIR%\amd64\PortmasterKext64.sys %VERSION% %FILEDESCR_SYS% %COMPINFO% %PRODINFO% %BUILDINFO%
verpatch /va %CABDIR%\amd64\PortmasterKext64.dll %VERSION% %FILEDESCR_DLL% %COMPINFO% %PRODINFO% %BUILDINFO%
Loading

0 comments on commit ac91337

Please sign in to comment.