summaryrefslogtreecommitdiffstats
path: root/examples/netfilter/nf-log.c
Commit message (Collapse)AuthorAgeFilesLines
* example: netfilter: get rid of aligned_be64 definitionsPablo Neira Ayuso2015-05-261-5/+0
| | | | | | | | | | This is defined in <linux/types.h>, which is included by the nfnetlink_* header files. Thus, we can get rid of u_int64_t which causes problems to musl according to Felix Janda. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: fix trivial error messageKen-ichirou MATSUZAWA2013-12-071-6/+6
| | | | | Signed-off-by: Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp> Signed-off-by: Florian Westphal <fw@strlen.de>
* example: release them in the public domainPablo Neira Ayuso2012-01-021-6/+1
| | | | | | | | I have decided to release the examples in this library in the public domain. Jan Engelhardt, who has been the sole contributor so far, has agreed with this re-licensing by communication via e-mail. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: add nflog examplePablo Neira Ayuso2010-11-071-0/+229
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>