Fabio Falcinelli

Results 14 comments of Fabio Falcinelli

Hello, I made a pull request #40 for this. Hope this helps!

Of course it's ok for me too. I'm quite busy working on other things so this project had no priority at all, sorry for that. I would keep an eye...

Initially I was interested in doing this also for platforms other than windows. Anyway on unix systems there are already some kernel facilities or os utilities that can accomplish the...

Yes WinDivert is bundled, this means the .dll and .sys files are installed among the pydivert binding itself. What you're getting is a python attribute error, could you share a...

When you alter the length you can face some troubles like exceeding the MTU and then you need to create fragments. Usually this kind of work is better done at...

Probably. My apologies since I did not have time to maintain this project, I even did not remember the recalculate was a default in the send method. Anyways, try to...

Since `pip` has the sole purpose to manage python package, the task to stop service in an uninstall hook is something would never be managed by `pip` itself, and should...

I'm on Windows 10 too, and maybe it's related to it. This evening I'll be back and I'll try on a Windows 7 virtual machine and let you know. I've...

Well seems like on a Windows 7 x86 virtual machine it works fine. What I find really weird: - The driver SYS file resides under an uninstall temporary directory and...

Well, we can consider this a desire. Lately my spare time is decreased a lot, I would like to implement it anyway. It's not hard to remap the functions, but...