wfp

blocking the URL on windows vista

Dear All, I wanted to allow only one URL and block rest of the URLs But I am not able to do so, I have referred to the below link http://social.msdn.microsoft.com/Forums/en-US/wfp/thread/61349463-516a-4c41-bda3-fa2993d06a0e but its blocking all the url, including the one exception URL. Its very urgent, Please somebody help me in ...

Linux's Windows Filtering Platform equivalent?

Hi, More than once I picked myself wanting to have an easy way to edit packets on-the-fly in my LAN, so I thought it was time for me to make some "machinery" to do the job. I think WFP would do exactly what I needed. Not only I wanted to filter and edit packets off the computer my program would be running, but I would also like to ARP ...

Filtering Internet Requests on Windows OS

I am interested in writing a parental control filter that can be used to monitor and/or redirect all outbound internet requests on a Window desktop OS (Vista or higher). I'd like the filter itself to have unrestricted internet access so it can access a web service on the internet during application/browser requests. For approved traffi...

wfp inside Windows service

I am calling a VC++ DLL from a windows service that was written in C#. The DLL handles all interaction with the WFP. When compiled as a console app, everything works fine (as long as I run as administrator). When compiled and ran as a service, the DLL fails on FwpmEngineOpen0(). This is the same symptom that I received when I didn't run ...

Problem with compiling the Windows Filtering Platform Code ....

Problem with compliation of the code ?? (I am new to developing drivers, have modified the inspect sample and ran some code successfully but is there any alternate way other den modifying sample code provided) #include<windows.h> #include<fwpmu.h> #include<stdio.h> #pragma comment(lib, "Fwpuclnt.lib") // Some application to use f...

Windows filtering platform (WFP), and ip forward

Hi, my problem is this, I have a pc (windows 2008 server) that is the gateway, well with wfp I'd like to get all packed addressed to port 80 from other pc and switch to port 8080 where a proxy is hearing... well I have already installed WDK and C++ Express can you give me some help or link or book, the only think I've found is this ...