-
WinDivert does not seem to capture traffic inbound on port 80 when the destination address is not that of the capturing/sniffing computer.
I'm trying to capture all incoming packets and redirect/filt…
-
Basil, I know there is an issue (#28) already opened regarding IPv6 and CheckSum calculations, but as you discuss driver code in that issue I decided to open a new one so we don't mix subjects.
I was…
-
I've a problem as I'm currently writing a firewall for a certain piece of software that's vulnerable to UDP attacks.
My fix for the exploit involved sending cached UDP packets using WinDivert, howeve…
-
The filter `ip.DstPort == 12345 or ip.SrcPort = 12345` doesn't work, displaying **Failed to start filtering : filter syntax error.**
using `tcp.DstPort... or tcp.SrcPort... or udp.DstPort... or udp.S…
-
Been trying to make transparent mode work for hours on windows. I've built from master with both mitmproxy and netlib, all other deps satisfied as required. I've also manually downloaded the latest ve…
ghost updated
10 years ago
-
Running `python setup.py install` could be useful to auto-download a given `WinDivert`driver version:
- the latest?
- one which is well tested?
The driver's *.dll and *.sys files could be put inside …
-
Python 2.7.2 i386 on x64 machine, WinDivert 1.1.0
```
Traceback (most recent call last):
File "C:\Projects\c9\test.py", line 3, in
handle = WinDivert(r"c:\Projects\c9\lib\i386\WinDivert.dll").…
-
Using a different working directory causing a invalid install path for the DivertService.
Instead of using `GetCurrentDirectory` (which gets the current working directory) you should use `GetModuleFi…
-
Hi
When I run netdump true or net filter in cmd, I get "not a Valid Win32 Application".
![windivert1](https://cloud.githubusercontent.com/assets/6484242/3128187/2f0bc108-e7cf-11e3-83fb-a29582a40a74.j…
-
The test suite fails with the following traceback
```
Error
Traceback (most recent call last):
File "C:\Users\Fabio\Documents\GitHub\pydivert\pydivert\tests\test_windivert.py", line 458, in test_mo…