Tagged Questions
The wfp tag has no wiki summary.
5
votes
6answers
2k views
Java 7 prevents FTP transfers on Windows Vista and 7 if firewall is on. Any ideas?
Java 7 prevents FTP transfers on Windows Vista and 7.
In FTP, before a file is transferred a PORT or a PASV command must be sent. As soon as one of the commands is sent the Windows Firewall closes ...
2
votes
1answer
118 views
Error including fwpmu.h in Visual Studio 2010
I'm trying to call some WFP functions from a C++ CLR class library (New Project -> Visual C++ -> CLR -> Class Library)
Code:
#include <windows.h>
#include <fwpmu.h>
#pragma comment (lib, ...
2
votes
2answers
653 views
Communication between kernel-mode and user-mode application
I have built a WFP callout driver which runs in kernel mode.
Now, I'm trying to figure out how to communicate between this driver and my GUI application which runs in user-mode. Any ideas?
Exactly ...
1
vote
1answer
44 views
using Windows Filtering Platform in Kernel Driver
We recently added Windows Filtering Platform capabilities to our driver.
We managed to get the information we required from the wfp with no problem, but the problem is during the boot process - ...
1
vote
1answer
731 views
Prism 4 RegionManager loses first region when second one is added in WPF
We're using Castle Windsor and Prism 4 (Feb 2010). We're using the Windsor bootstrapper that makes Castle play nice with Prism that was released in the CompositeWPFContrib package.
I'm trying to ...
1
vote
1answer
362 views
Windows Filtering Platform - where's my packet payload?
I've been modifying the 'inspect' WFP example (bundled with the WinDDK) with the aim of being able to parse the payload of all incoming TCP packets (from a specified IP address) for certain strings. ...
1
vote
0answers
80 views
How can I output traffic information (IP, port, etc.) to a log file using Windows Filtering Platform and Windows Driver Development Kit?
I am working on a driver using WDK that will monitor network traffic and output it to a log file.
I am currently trying to modify the inspect example given in the WinDDK directory.
It seems that I ...
1
vote
2answers
284 views
windows filtering platform. net wrapper?
Is there a .NET wrapper for the windows filtring platfrom? Im looking to use WFP to observe application level network traffic observations in my c# app.
Thanks!
1
vote
1answer
144 views
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 ...
0
votes
1answer
34 views
ComboBox with localizable ComboBoxItems specified in XAML
I have a ComboBox which I'd like to populate with members of an enum, with localized representative strings. I know the standard way to do this is to make a Dictionary in codebehind with the enum ...
0
votes
0answers
10 views
Calling FwpmBfeStateUnsubscribeChanges0 fails
I'm using FwpmBfeStateSubscribeChanges0 in my DriverEntry routine.
In the BFE callback I registered, when the state is FWPM_SERVICE_RUNNING, I update a global variable, and try to unsubscribe using ...
0
votes
1answer
28 views
how to set wpf form as windows form application mainform in c#
I am very new in WPF.
I have created a form style in Wpf application.
I want set this WPF application formstyle as my windows form application form style.
How can i do it.
There would be a great ...
0
votes
0answers
53 views
wpf print screen
I have a WPF window that I want to dump to a printer. I found this code and it is a good start, but there are a couple problems with it and I don't know what I am doing.
PrintDialog printDialog = ...
0
votes
1answer
117 views
Windows Filtering Platform Traffic Inspection Sample does not work as expected
Hi Experts am trying to figure out what is wrong with my code.
i took the sample from the winddk WDK 7600.16385.1 ,there is a sample code called inspect.
when i run it i get unexpected results on win ...
0
votes
0answers
109 views
WPF Toolkit chart second X Axis
Is there any way to have second X axis in Stacked series?
I need to have series which have two independent axises, like date and some value.
For example: For one day, I have three objects with ...
0
votes
0answers
44 views
WFP TabItem Desire Binding to Only Occur When IsSelected True
The contents of one TabItem is large CPU expensive to create. Would like to only get the content via binding for the TabItem when IsSelected = True. Or get alternate content based on IsSelected True ...
0
votes
2answers
233 views
WP7 usercontrol relative height
I have a grid, with several rows. I have a user control, which I place on one of the rows, with a rowspan of 2. All the rows have the same hight. I set the vertical alignment of the user control to ...
0
votes
2answers
68 views
Buffer button changing forms
this is my first post. I have a huge problem which make me headaches. I have an app uses WinForms, a TTS (Text-To-Speech) voice and custom-buttons with states.
In my 1st form -main- when I click a ...
0
votes
0answers
177 views
Best approach to DataBind binary tree data to WPF Treeview?
I’m completely at an impasse trying to databind an adjacency pairs pattern dataset (ClassID, ClassName, SuperClassID) from a DataTable to a treeview.
Two approaches:
Just loop through the ...
0
votes
0answers
338 views
How does one add services to the Windows Firewall trust list, or prompt the user to do the same?
I integrated a small http server in my software distribution, intended to allow access to my installed application from the customer's LAN.
Right now, the customer has to manually update the ...
0
votes
2answers
129 views
C++ What .lib file should I include
I am doing a firewall application. For that I tried some codes from codeproject HERE
But the problem is the code is not compiling, giving linking error. I am using SDK 2008. Can anyone please tell ...
0
votes
1answer
158 views
Linux's Windows Filtering Platform equivalent?
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 ...
-3
votes
0answers
16 views
How does AD Muncher works?
This program(www.admuncher.com) filter ad on the web pages by adding special js into every http response.
What technology use this program for modifing content of all http responses?
It does not use ...