Skip to content

Commit e69cc09

Browse files
committed
Update WinDivert sublayer GUIDs for version 1.3.
1 parent 7b7d92c commit e69cc09

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

include/windivert_device.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "windivert.h"
3030

3131
#define WINDIVERT_VERSION 1
32-
#define WINDIVERT_VERSION_MINOR 2
32+
#define WINDIVERT_VERSION_MINOR 3
3333

3434
#define WINDIVERT_STR2(s) #s
3535
#define WINDIVERT_STR(s) WINDIVERT_STR2(s)

sys/windivert.c

+12-12
Original file line numberDiff line numberDiff line change
@@ -420,23 +420,23 @@ static BOOL windivert_filter_test(filter_t filter, UINT16 ip, UINT8 protocol,
420420
* WinDivert sublayer GUIDs
421421
*/
422422
DEFINE_GUID(WINDIVERT_SUBLAYER_INBOUND_IPV4_GUID,
423-
0xBFAEB248, 0xF26B, 0x4690,
424-
0xAA, 0xD6, 0x10, 0x52, 0x48, 0x34, 0xA7, 0x3B);
423+
0x8DB169DF, 0xFA88, 0x42FC,
424+
0x8E, 0xB3, 0x17, 0x10, 0x5F, 0x62, 0x5B, 0x31);
425425
DEFINE_GUID(WINDIVERT_SUBLAYER_OUTBOUND_IPV4_GUID,
426-
0x917F96C5, 0x4639, 0x470B,
427-
0xA8, 0x80, 0xFB, 0xA3, 0x62, 0xE9, 0xC2, 0x71);
426+
0x8E9B9512, 0x6D8D, 0x4846,
427+
0xB8, 0x85, 0x6b, 0x70, 0xc0, 0xE1, 0x15, 0x43);
428428
DEFINE_GUID(WINDIVERT_SUBLAYER_INBOUND_IPV6_GUID,
429-
0x58227ABF, 0xEEFC, 0x4972,
430-
0x86, 0xA6, 0xD8, 0xE1, 0x0B, 0x40, 0x9D, 0xCD);
429+
0xC5CC9A51, 0xD4E7, 0x4D92,
430+
0x9C, 0xF0, 0xEF, 0xC8, 0xE1, 0x84, 0x00, 0x23);
431431
DEFINE_GUID(WINDIVERT_SUBLAYER_OUTBOUND_IPV6_GUID,
432-
0xD59C83DA, 0x3239, 0x400C,
433-
0x90, 0xCF, 0xB9, 0x7A, 0x76, 0x84, 0xAD, 0xAF);
432+
0xE4ED7583, 0x7F64, 0x4678,
433+
0x9E, 0xCB, 0x2A, 0x05, 0x94, 0xA7, 0x53, 0x91);
434434
DEFINE_GUID(WINDIVERT_SUBLAYER_FORWARD_IPV4_GUID,
435-
0x26D0F799, 0x9068, 0x428E,
436-
0x8A, 0xD7, 0x70, 0xA3, 0xB9, 0x71, 0x2B, 0xBB);
435+
0x33507872, 0x278D, 0x42F7,
436+
0xBD, 0x23, 0x8A, 0x60, 0xA2, 0x6A, 0x3D, 0x44);
437437
DEFINE_GUID(WINDIVERT_SUBLAYER_FORWARD_IPV6_GUID,
438-
0x74CD8910, 0xC933, 0x4DBE,
439-
0xAE, 0x3C, 0xC4, 0x7F, 0x4F, 0xF2, 0xA8, 0xF8);
438+
0xB51E5EB5, 0xCC2B, 0x42ED,
439+
0x9A, 0xCD, 0x94, 0x28, 0xE4, 0x41, 0x09, 0x4A);
440440

441441
/*
442442
* WinDivert supported layers.

0 commit comments

Comments
 (0)