-
Hi,
I want to get the PID of a packet, "FWPS_INCOMING_METADATA_VALUES0_" is useful, according to DDK document:
typedef struct FWPS_INCOMING_METADATA_VALUES0_ {
...
FWP_BYTE_BLOB *processPath;
U…
-
When calling `pydivert.windivert.WinDivert(self.dll_path).register()` an error is thrown.
The error is `WindowsError: [Error 2] The system cannot find the file specified.`
You would think this means…
-
(reported via email)
Networking sometimes disappears when using WinDivert-1.1.2-rc. It appears that WinDivert-1.1.1 is unaffected. Investigation continues...
-
(reported via email).
WinDivert seems to lose some outbound TCP packets. This shows up as "TCP previous segment not captured" errors in wireshark, and can cause TCP re-transmission (& slowing down t…
-
i will use it in my server for filter stream udp packet.
at this server,normal 1gbps/s data traffic
so,how to use kernel-mode filter?
maybe it is high-performance?
is right?
and how to?
-
this is a great project!i like it very much.
but it diffculty to upgrade vs2013+wdk8.1
please give some version for vs2012+wdk8.1?
thanks
-
Unloading the driver can lead to a BSOD. This appears to only affect the 32-bit version of the driver. The Minidump reveals that the driver crashes in the windivert_unload() function during the Ndis…
-
The WinDivert FORWARD layer was never properly tested. We have found the following bugs:
1) The add->IfIdx value returned by DivertRecv() is garbage.
2) Any attempt to inject a packet on the FORWARD …
-
(bug report received via email):
WinDivert does not appear to work on Windows 2008 Server (non-r2), both x86 and AMD64. DivertOpen() always returns a (110) error.