From f89ac5cca97d477df6afa6e84eeac8cc4be1f65c Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 9 May 2024 09:52:32 +0300 Subject: [PATCH] winws: remove wrong modding of windivert.h --- binaries/win64/winws.exe | Bin 172544 -> 172544 bytes binaries/win64/zapret-winws/winws.exe | Bin 172544 -> 172544 bytes nfq/windivert/windivert.h | 7 +------ 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/binaries/win64/winws.exe b/binaries/win64/winws.exe index a9092c440356359757dc69770d20bfaac843b34a..affc71ab09fa2331d1b5db3de05a36fd5726884f 100644 GIT binary patch delta 155 zcmZoT!qsquYeEOJf1%C9ZeONemd0CKZ!tz3Fm&lW>C$=1rSpVq=ZOO^*$%v7J@A6X z@xTlA=7)^Uj~JUDFgi9oWb*0db&h9XaOK~2V0-dG#!5yVkV>E=P+~_c0|Q8dOZOa= wCkzY>5RER~Q&b)Rd0;IZhZ!ZN3fvJX67w$BUw1X9Z|3Ht^wRAH5lk060ZF+)RsaA1 delta 155 zcmZoT!qsquYeEO})gI%C-M&nhWE*d7y~P-Dz|ghxgiGfs7Z7>U@xTkV1Fu*QykI%- zlHIZS0b}zcMj+|f@Q}%;m)9wtfq{S9$?eGp87moe*ntXxazODNu?!3#oi5#TRGu(^ v)d2OmbWc%v0OWy;+0Jp8QDUlq^Oo|U2{U4GN!#qmHB diff --git a/binaries/win64/zapret-winws/winws.exe b/binaries/win64/zapret-winws/winws.exe index a9092c440356359757dc69770d20bfaac843b34a..affc71ab09fa2331d1b5db3de05a36fd5726884f 100644 GIT binary patch delta 155 zcmZoT!qsquYeEOJf1%C9ZeONemd0CKZ!tz3Fm&lW>C$=1rSpVq=ZOO^*$%v7J@A6X z@xTlA=7)^Uj~JUDFgi9oWb*0db&h9XaOK~2V0-dG#!5yVkV>E=P+~_c0|Q8dOZOa= wCkzY>5RER~Q&b)Rd0;IZhZ!ZN3fvJX67w$BUw1X9Z|3Ht^wRAH5lk060ZF+)RsaA1 delta 155 zcmZoT!qsquYeEO})gI%C-M&nhWE*d7y~P-Dz|ghxgiGfs7Z7>U@xTkV1Fu*QykI%- zlHIZS0b}zcMj+|f@Q}%;m)9wtfq{S9$?eGp87moe*ntXxazODNu?!3#oi5#TRGu(^ v)d2OmbWc%v0OWy;+0Jp8QDUlq^Oo|U2{U4GN!#qmHB diff --git a/nfq/windivert/windivert.h b/nfq/windivert/windivert.h index 952f7ef..fc63adf 100644 --- a/nfq/windivert/windivert.h +++ b/nfq/windivert/windivert.h @@ -1,5 +1,3 @@ -// WinDivert 2.2.2. MODDED - /* * windivert.h * (C) 2019, all rights reserved, @@ -152,11 +150,8 @@ typedef struct UINT32 Impostor:1; /* Packet is impostor? */ UINT32 IPv6:1; /* Packet is IPv6? */ UINT32 IPChecksum:1; /* Packet has valid IPv4 checksum? */ - -// MODDED : UDPChecksum and TCPChecksum in original version are exchanged - UINT32 UDPChecksum:1; /* Packet has valid UDP checksum? */ UINT32 TCPChecksum:1; /* Packet has valid TCP checksum? */ - + UINT32 UDPChecksum:1; /* Packet has valid UDP checksum? */ UINT32 Reserved1:8; UINT32 Reserved2; union