I want to write a library (CC++) which would be able to monitor network traffic (TCP and UDP) as well as limit bandwidth to a particular network area (apply different traffic shaping rules to different network zones). This library should work on Windows 7 (64-bit). I would be glad if this kind of library can be written as entirely user-mode. Right now I m learning about Windows Filtering Platform. It seems like what I need, but there s lack of samples on the net and I ve never written drivers before. I will really appreciate if someone will just nudge me in the right direction or give me an overview of how such kind of library can be implemented.
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...