summaryrefslogtreecommitdiffstats
path: root/output/ulogd_output_OPRINT.c
Commit message (Collapse)AuthorAgeFilesLines
* gprint, oprint: add support for printing ipv6 addressesJeremy Sowden2023-09-141-5/+16
| | | | | Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
* gprint, oprint: use inet_ntop to format ip addressesJeremy Sowden2023-09-141-16/+14
| | | | | | | | | Replace hand-rolled ipv4-only formatting code in order to be able to support ipv6 addresses. This also changes the byte-order expected by oprint from HBO to NBO. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
* output: Fix formatting of OPRINT switch.Jeremy Sowden2022-12-081-26/+30
| | | | | Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* harmonize log file defaults with ulogd.confKaarle Ritvanen2017-05-161-1/+1
| | | | Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
* Get rid of SVN tag in comment.Eric Leblond2013-01-181-3/+1
| | | | This patch also update some copyright and licence declaration.
* Use PRIu64 to print unsigned 64bit intEric Leblond2012-11-041-1/+2
|
* src: fix version that -V displaysPablo Neira Ayuso2012-08-031-1/+1
| | | | | | | It was wrong, use VERSION constant which uses the version information available in configure.ac. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* OPRINT: display u64 fieldsPablo Neira Ayuso2012-02-221-0/+3
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* Use ULOGD_IRET_* as return for all interpretersEric Leblond2008-06-121-1/+1
| | | | | | | | This patch modifies plugins to use the already defined but not used define. This also fixes some weird behaviours in error treatment (like not stopping after OOM). Signed-off-by: Eric Leblond <eric@inl.fr>
* From: Eric Leblond <eric@inl.fr>/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-031-2/+2
| | | | | Add some missing line break. Based on Marius Tomaschewski work.
* From: Eric Leblond <eric@inl.fr>: /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-031-1/+4
| | | | | For OPRINT, changed sighup_handler_print to fallback to continue using old descriptor on new file opening failure. Based on Marius Tomaschewski work.
* move plugin wildcard input key generation into core/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-151-35/+7
|
* rename all linux list related structs/functs/macros to 'llist', since mysql ↵/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-051-2/+2
| | | | is now cluttering the namespace by its 'list_add' function.
* OPRINT: use pluginstance num_keys instead of plugin num_keys (Christian ↵/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-291-1/+6
| | | | Hentschel)
* some plugins support packet and flow data typeslaforge2005-11-201-1/+1
|
* make 'num_keys' an attribute of pluginstance instead of pluginlaforge2005-11-201-6/+6
|
* introduce version field for plugins, refuse loading plugins with different ↵laforge2005-11-051-0/+1
| | | | version
* add 'sync' config optionlaforge2005-11-051-5/+14
|
* finish port of OPRINT targetlaforge2005-11-041-51/+95
|
* update copyright noticelaforge2005-10-151-1/+1
|
* fix plugin output typelaforge2005-07-041-2/+2
|
* intermediate development snapshotlaforge2004-10-101-3/+7
|
* commit my latest changes from Ottawa (July 2004)laforge2004-08-221-18/+40
|
* further tree reorganizationlaforge2004-07-231-0/+141