-
WinDivertHelperParsePacket and WinDivertHelperCalcChecksums function incorrect with 802.1Q packet
-
Hi.
First off, thanks for the library!
It is quite possible that I have done something incorrect in my code, but I am not being returned correct sequence numbers or packet lengths. I have not fully …
-
The 64 bit WinDivert driver needs to be copied to the 32 bit output directory, since it's possible to run the 32 bit version in a 64 bit environment where the DLL will auto select the 64 bit driver, n…
-
hello,
i read in another issue here that WinDivert doesn't work in promiscuous mode, i just want to get things clear. I am doing ARP spoofing to redirect traffic in the network to my device where Wi…
-
Hello everyone,
I have a problem and i really don't know how to go about it. I want to block all packets from the forward layer. In windows 7 i did this by intercepting the response packet on the out…
-
how to run this project in vs2010 or 2013?
i am having issue in running wddk-build.bat file ..it is not creating dll and windivert64.sys file in INSTALL directory .
Also, i am having Win 10 . do i hav…
abu21 updated
8 years ago
-
I dont have a machine with windows xp to test out, but i wonder if you have tested it since it's not mentioned in the README.md
-
Hi ,
Previously i was using windivert 1.0 in my application for filtering packets in forward layer.When i changed to 1.1.2 i am unable to filter packets in forward layer.Previously i set priority as…
-
That's very strange. I'm using the webfilter.exe example and it's working on Firefox and Chrome but on Internet Explorer does not block any address configured on the blacklist.txt.
Someone can help me…
-
I'm having a issue when I try to use passthru with the AVG Internet Security and Avast.
Calling the passtrhu with the line:
passthru.exe "outbound and (ip || ipv6) and tcp and tcp.PayloadLength > 0" 1…