summaryrefslogtreecommitdiffstats
path: root/src/extra/ipv6.c
Commit message (Collapse)AuthorAgeFilesLines
* src: Declare the define visibility attribute togetherKhem Raj2017-04-141-6/+3
| | | | | | | | | clang ignores the visibility attribute if its not defined before the definition. As a result these symbols become hidden and consumers of this library fail to link due to these missing symbols. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* add mangle functions for IPv4/TCP and IPv4/UDPPablo Neira Ayuso2012-08-061-0/+1
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* add pkt_buff and protocol helper functionsPablo Neira Ayuso2012-08-061-0/+149
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>