summaryrefslogtreecommitdiffstats
path: root/src/conntrack/proto.c
Commit message (Collapse)AuthorAgeFilesLines
* conntrack: Move icmp request>reply type mapping to common fileDaniel Gröber2020-07-011-0/+36
Currently the invmap_icmp* arrays are duplicated in setter.c and grp_setter.c. This moves them to a new module 'proto'. Instead of having the code access the arrays directly we provide new wrapper functions __icmp{,v6}_reply_type. Signed-off-by: Daniel Gröber <dxld@darkboxed.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>