-
I tried testing with ping of 2000 bytes and received the following error:
File "...\Programs\Python\Python35\lib\site-packages\pydivert\windivert.py", line 214, in send
byref(send_len))
F…
-
Hi, I think Divert maybe have a bug in windivert_write function. Help me....
I build ddk sample DDproxy(just a little modify,see attach) to blocked all udp packet and reinject.
Anything is ok. …
-
```
Snippet:
// Modify/parse packet.
WINDIVERT_IPHDR *iphdr;
WINDIVERT_TCPHDR *tcphdr;
WINDIVERT_UDPHDR *udphdr;
char *data;
UINT payload_len;
WinDivertHelperParsePacket(packet, packetLen, &ip…
-
There's two versions of WinDivert,1.1.8 or 1.2.0rc. Which one does this wrapper work with?
-
Hi,
We are using a third party DLL to find the category of each URLs (packets from Windivert driver). For finding the category, third party DLL will send request to their server hosted on internet.…
-
Hello Basil,
I am trying to add 100ms latency to packets using a WinDivert C# wrapper, but the lag fluctuates as high as 2000+ms after a few seconds, and eventually drops packets when loading webpa…
-
can i get the ethernet header?
I find that,I can get most is ip header,but i can not get ethernet header? the filter_language
outbound, inbound only effect for ip protocol?
which rule can i …
-
Hi.
I have an urge problem: https://github.com/ValveSoftware/halflife/issues/1497
`cl_filterstuffcmd` does not screen commands well. I wanted to screen them using simple firewall (like WinDivert's `…
-
Hello Jesse, I am trying to use Divert.Net to create a simple packet latency simulator, could you explain why the packets are being randomly dropped?
Thread receiving;
Threa…
-
Hi,
We are facing issue with Avast AV, issue is- when Avast WebShield is enabled then WinDivertSend() failed with error code 592 for HTTP websites. When we disable the webShield in Avast then this …