summaryrefslogtreecommitdiffstats
path: root/src/conntrack/stack.c
Commit message (Collapse)AuthorAgeFilesLines
* bsf: major rework of the BSF generation codePablo Neira Ayuso2008-11-251-0/+67
This patch reworks the BSF automatic generation code. This feature needs more love and it has several limitations like that the maximum number of IPs are 127 due to BSF code restrictions. See this patch as a first step forward. This patch also adds the stack data type, which is used to resolve jump dynamically instead of the previous static approach. This patch also includes fixes in the limitations, previous calculations were wrong. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>