aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/firewall/types_windows_amd64.go
diff options
context:
space:
mode:
authorOdd Stranne <odd@mullvad.net>2019-05-07 13:28:43 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-08 08:31:00 +0200
commitac7e6296fe66de1e921cba2280beb298916f78e0 (patch)
tree4f56e733d923a21aeca134f1e350212573c4af9e /service/firewall/types_windows_amd64.go
parentfirewall: add permitHyperV() (diff)
downloadwireguard-windows-ac7e6296fe66de1e921cba2280beb298916f78e0.tar.xz
wireguard-windows-ac7e6296fe66de1e921cba2280beb298916f78e0.zip
firewall: remove unused code
Signed-off-by: Odd Stranne <odd@mullvad.net> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--service/firewall/types_windows_amd64.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/service/firewall/types_windows_amd64.go b/service/firewall/types_windows_amd64.go
index 036bfa15..95ddd27a 100644
--- a/service/firewall/types_windows_amd64.go
+++ b/service/firewall/types_windows_amd64.go
@@ -9,19 +9,15 @@ import "golang.org/x/sys/windows"
const (
wtFwpByteBlob_Size = 16
-
wtFwpByteBlob_data_Offset = 8
wtFwpConditionValue0_Size = 16
-
wtFwpConditionValue0_uint8_Offset = 8
wtFwpmDisplayData0_Size = 16
-
wtFwpmDisplayData0_description_Offset = 8
wtFwpmFilter0_Size = 200
-
wtFwpmFilter0_displayData_Offset = 16
wtFwpmFilter0_flags_Offset = 32
wtFwpmFilter0_providerKey_Offset = 40
@@ -38,12 +34,10 @@ const (
wtFwpmFilter0_effectiveWeight_Offset = 184
wtFwpmFilterCondition0_Size = 40
-
wtFwpmFilterCondition0_matchType_Offset = 16
wtFwpmFilterCondition0_conditionValue_Offset = 24
wtFwpmSession0_Size = 72
-
wtFwpmSession0_displayData_Offset = 16
wtFwpmSession0_flags_Offset = 32
wtFwpmSession0_txnWaitTimeoutInMSec_Offset = 36
@@ -53,7 +47,6 @@ const (
wtFwpmSession0_kernelMode_Offset = 64
wtFwpmSublayer0_Size = 72
-
wtFwpmSublayer0_displayData_Offset = 16
wtFwpmSublayer0_flags_Offset = 32
wtFwpmSublayer0_providerKey_Offset = 40
@@ -61,24 +54,13 @@ const (
wtFwpmSublayer0_weight_Offset = 64
wtFwpProvider0_Size = 64
-
wtFwpProvider0_displayData_Offset = 16
wtFwpProvider0_flags_Offset = 32
wtFwpProvider0_providerData_Offset = 40
wtFwpProvider0_serviceName_Offset = 56
wtFwpValue0_Size = 16
-
wtFwpValue0_value_Offset = 8
-
- wtSecWinntAuthIdentityW_Size = 48
-
- wtSecWinntAuthIdentityW_UserLength_Offset = 8
- wtSecWinntAuthIdentityW_Domain_Offset = 16
- wtSecWinntAuthIdentityW_DomainLength_Offset = 24
- wtSecWinntAuthIdentityW_Password_Offset = 32
- wtSecWinntAuthIdentityW_PasswordLength_Offset = 40
- wtSecWinntAuthIdentityW_Flags_Offset = 44
)
// FWPM_FILTER0 defined in fwpmtypes.h