basil00 / Divert

WinDivert: Windows Packet Divert
https://reqrypt.org/windivert.html
Other
2.32k stars 491 forks source link

Open with filter "remoteAddr=12345" , not get any error #358

Closed lysShub closed 3 months ago

lysShub commented 5 months ago
WinDivertOpen("remoteAddr=12345", WINDIVERT_LAYER_NETWORK, 0,0);

Is it as expected?

basil00 commented 3 months ago

Is it as expected?

Yes, WinDivert treats IP addresses as just a special syntax for integers, so the two are interchangeable.