summaryrefslogtreecommitdiffstats
path: root/src/filter.c
Commit message (Expand)AuthorAgeFilesLines
* src: rework of the hash-cache infrastructurePablo Neira Ayuso2009-01-151-11/+46
* filter: add prefix ct_filter_ to hash and compare functionsPablo Neira Ayuso2009-01-141-8/+8
* src: constify hashtable parameter in hash() callbacksPablo Neira Ayuso2009-01-141-2/+2
* filter: skip filtering by state if the event has no state infoPablo Neira Ayuso2009-01-141-1/+2
* src: cleanup, rename hashtable_test() by hashtable_find()Pablo Neira Ayuso2008-12-171-4/+4
* src: move callbacks to run.c for better readabilityPablo Neira Ayuso2008-11-271-1/+48
* filter: CIDR-based filtering supportPablo Neira Ayuso2008-11-251-0/+90
* filter: remove useless branch in the check functionsPablo Neira Ayuso2008-11-151-8/+2
* filter: use jhash2 instead of jhash for IPv6 addressesPablo Neira Ayuso2008-11-151-1/+1
* filter: use XOR instead of branchesPablo Neira Ayuso2008-11-091-13/+5
* filter: fix NAT detection tweakPablo Neira Ayuso2008-09-161-6/+3
* filter: skip protocol state filtering if state not presentPablo Neira Ayuso2008-07-291-0/+3
* Major rework of the user-space event filteringPablo Neira Ayuso2008-07-221-0/+250