winws: remove wrong modding of windivert.h

This commit is contained in:
bol-van 2024-05-09 09:52:32 +03:00
parent aaa692b324
commit f89ac5cca9
3 changed files with 1 additions and 6 deletions

Binary file not shown.

View File

@ -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