summaryrefslogtreecommitdiffstats
path: root/examples/nfacct-get.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: fix nfacct-get examplelibnetfilter_acct-1.0.0Pablo Neira Ayuso2012-03-271-1/+2
| | | | | | I forgot to adapt it to use the new nfacct_snprintf API. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* add COPYING file and other licensing stuffPablo Neira Ayuso2011-12-291-0/+1
| | | | | | | | | License is LGPLv2.1+, fix header of libnetfilter_acct.c which tells LGPLv2 or any later (mind the missing .1 after v2). Examples of this library are in the public domain. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* src: major API redesignPablo Neira Ayuso2011-12-291-3/+31
| | | | | | | | | | | | | | | This patch reworks the initial API. Now it provides functions to: - allocate/release accounting objects. - set/unset/get attributes of accounting objects. - build one netlink message from one accounting object. - parse one netlink message to one accounting object. - print one accounting object into a buffer. Binary layout of nfacct objects are opaque. This is good for extensibility without breaking backward compatibility. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: nfacct-get allows to zero counters with `-z' optionPablo Neira Ayuso2011-12-231-2/+12
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: nfacct-get: display pkt and byte countersPablo Neira Ayuso2011-12-011-2/+2
|
* intial import of libnetfilter_acctPablo Neira Ayuso2011-10-161-0/+48