summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Add stdint header and type correctionsJan Engelhardt2012-02-291-0/+1
| | | | | | | | | 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>
* initial commitPablo Neira Ayuso2012-02-298-0/+398
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>