JaredWright / WFPStarterKit

An example driver for Windows that shows how to set-up some basic components of the Windows Filtering Platform
MIT License
190 stars 53 forks source link

license terms missing #3

Closed keisentraut closed 5 years ago

keisentraut commented 5 years ago

Thanks for this starting point, it helped a lot to understand WFP.

Can you please add a license to this code? I'll rewrite it from scratch for a (commercial) prototype anyway, so it doesn't matter a lot, but I cannot credit you without it. I would prefer MIT, but it's up to you. Thanks!

JaredWright commented 5 years ago

Thanks @keisentraut, its great to hear that this project is still useful even after 4 years!

Excellent suggestion, an MIT license was added to the project just now (thats my license preference as well).

keisentraut commented 5 years ago

FYI: I ended up using the excellent WinDivert project. This saved me from all the hassle associated with writing a custom kernel driver and user mode packet parsing code myself.