mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
winws: remove wrong modding of windivert.h
This commit is contained in:
parent
aaa692b324
commit
f89ac5cca9
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user