Re: IP Packet Filter
- From: "anton bassov"<xxx@xxxxxxx>
- Date: Tue, 11 Apr 2006 16:46:29 -0500
Hi Skywing
To begin with, you message alone can provide all info one needs in order to
compare reliability of NDIS-level solution and filtering API - you have
mentioned \Device\IPFILTERDRIVER. In other words, user-mode IP filtering is
EXACTLY the same thing as kernel-mode filter hook driver. If you look in the
registry, you will see that Ipfilter is demand-start and stoppable service,
so that your "solution" can be disabled on the fly simply by stopping the
service
Firewall-hook driver could be a better option -at least it registers itself
with IP itself, rather than Ipfilter. However, according to MSDN, even this
solution is unreliable because of being at too high level in the system
hierarchy, so that MSDN recommends NDIS IM for packet filtering
Regards
Anton Bassov
.
- Follow-Ups:
- Re: IP Packet Filter
- From: Skywing
- Re: IP Packet Filter
- References:
- Re: IP Packet Filter
- From: Skywing
- Re: IP Packet Filter
- Prev by Date: Re: IP Packet Filter
- Next by Date: Re: IP Packet Filter
- Previous by thread: Re: IP Packet Filter
- Next by thread: Re: IP Packet Filter
- Index(es):
Relevant Pages
|