- Posts: 3
- Thank you received: 0
Creating a firewall for winXP
20 years 4 months ago #4462
by n3wt
Creating a firewall for winXP was created by n3wt
heya,
I am going to be coding a firewall for windows xp (ie not a dedicated external firewall, an application single user),however, looking at various resources-i'm getting confused on where to start. Am I going to need to write a driver? Or is it possible to use something like windump?
Any advice on how to get started and where to look would be great.
Cheers,
n3wt
I am going to be coding a firewall for windows xp (ie not a dedicated external firewall, an application single user),however, looking at various resources-i'm getting confused on where to start. Am I going to need to write a driver? Or is it possible to use something like windump?
Any advice on how to get started and where to look would be great.
Cheers,
n3wt
20 years 4 months ago #4463
by n3wt
Replied by n3wt on topic Re: Creating a firewall for winXP
or perhaps rather i mean WinPcap insted of windump
20 years 4 months ago #4464
by n3wt
Replied by n3wt on topic Re: Creating a firewall for winXP
apologies that ikeep replying to my own post!!!
So i guess that answers that question. Any resources /guide/help on how to go about creating an NDIS intermediate driver then?
cheers
Q-17: Can I use WinPcap to drop the incoming packets? Is it possible to use WinPcap to build a firewall?
A: No. WinPcap is implemented as a protocol, therefore it is able to capture the packets, but it can't be used to drop them. The filtering capabilities of WinPcap work only on the sniffed packets. In order to intercept the packets before the TCP/IP stack, you must create an intermediate driver.
So i guess that answers that question. Any resources /guide/help on how to go about creating an NDIS intermediate driver then?
cheers
Time to create page: 0.128 seconds