From fd375f7a736c2c7364b2fba3c57db1ea2b4d5ec2 Mon Sep 17 00:00:00 2001 From: zjomin <46491484+zjomin@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:52:15 +0800 Subject: [PATCH] Fix the wrong FilterID and EffectiveWeight of rules --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 2e44793..a2ae038 100644 --- a/types.go +++ b/types.go @@ -182,7 +182,7 @@ type fwpmFilter0 struct { Action fwpmAction0 // Only one of RawContext/ProviderContextKey must be set. - RawContext uint64 + // RawContext uint64 //Keep only one for var alignment ProviderContextKey windows.GUID Reserved *windows.GUID