summaryrefslogtreecommitdiffstats
path: root/src/helpers/sane.c
Commit message (Collapse)AuthorAgeFilesLines
* src: Define _GNU_SOURCE to get members of tcphdr&ucphdrFelix Janda2015-05-211-0/+1
| | | | | | | | | The source uses linux names for members of tcphdr. For example "source" instead of "th_sport", ... musl libc's headers need _GNU_SOURCE defined in order to expose these. Signed-off-by: Felix Janda <felix.janda@posteo.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* conntrackd: cthelper: add SANE helperPablo Neira Ayuso2013-10-031-0/+172
This patch adds an userspace port of the SANE helper that is currently implemented in the kernel. This requires Linux kernel 3.12 to work.