summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Properly NUL-terminate name in nfct_timeout_attr_setJan Engelhardt2012-02-291-1/+2
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* Add stdint header and type correctionsJan Engelhardt2012-02-291-5/+6
| | | | | | | | | 1. stdint.h is needed since you use uintXX_t in various places. 2. mnl_attr_get_type yields uint16_t, prefer to use it. 3. Since ->nlattr_max is uint32_t, most dependent uses should be unsigned too. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* const-ify static data objectsJan Engelhardt2012-02-291-7/+7
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* initial commitPablo Neira Ayuso2012-02-294-0/+596
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>