It is currently Sat May 18, 2013 10:33 am



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: hi!admin i am back now!
PostPosted: Sun Nov 16, 2008 5:14 am 
Offline

Joined: Mon Sep 24, 2007 11:44 am
Posts: 63
it is a long time not to login this board. Today,I saw a new face about your product bbs! :mrgreen:

from 3.0.1,winpkfilter use the new method&rules to do with the packets.
we known,put the every ring 0's packet to ring3 is very some slow or delay(that is the 2.0.4)!so i can write a winpkfilter protocol rule,then tell the sys: u must filter the pakcet in the .sys,i dont need these packets.is it used the filter buffers.

ok!see to look nice.but if it is to be performace a firewall which will deny much of much pakcets.yeah,great much! is it to say like this: winpkfilter will feel tired on do the large filters for every incoming packet! :(

and,at the first,the filter buffers had fixed the total size. when reached the end of the size(the last filter buffer),how could be add more filter rules? to "new" a new buffer and join with the old buffer?

becase i dont known how much filter rules which i need,I feel confuse! i am afriad sometime it is make used of all the filter rules buffer.

in these days,i plan to buy one winpkfiler,and i will contract in the email! thx.!

_________________
~~~~12


Top
 Profile  
 
 Post subject: Re: hi!admin i am back now!
PostPosted: Wed Nov 19, 2008 9:14 pm 
Offline
Site Admin

Joined: Wed Jul 26, 2006 12:22 pm
Posts: 507
Quote:
and,at the first,the filter buffers had fixed the total size. when reached the end of the size(the last filter buffer),how could be add more filter rules? to "new" a new buffer and join with the old buffer?


If you look at the definition below _STATIC_FILTER_TABLE can contain any number of filters (ANY_SIZE is defined as 1) specified in the m_TableSize. Of course you got to have enough free kernel memory to keep large table.

Code:
typedef
struct _STATIC_FILTER_TABLE
{
   unsigned long   m_TableSize; // number of STATIC_FILTER entries
   STATIC_FILTER   m_StaticFilters[ANY_SIZE];
}STATIC_FILTER_TABLE, *PSTATIC_FILTER_TABLE;


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Who is online

Users browsing this forum: rav and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC + 2 hours