summaryrefslogtreecommitdiffstats
path: root/input/packet
Commit message (Expand)AuthorAgeFilesLines
* Use stdint types everywhereFelix Janda2015-06-262-25/+25
* Add flag to disable ULOG input pluginEric Leblond2015-04-241-1/+6
* ulogd: ulogd_inppkt_NFLOG: close nflog handle after unbindingChris Boot2013-11-181-1/+1
* Suppress dead FIXME.Eric Leblond2013-02-181-2/+0
* build: avoid per-target CFLAGSJan Engelhardt2012-11-271-2/+1
* configure: add flag to disable NFLOG buildEric Leblond2012-11-041-2/+4
* src: fix version that -V displaysPablo Neira Ayuso2012-08-033-3/+3
* build: use pkglibdir instead of pkglibexecdir for automakeBjörn Lässig2012-05-181-1/+1
* NFLOG: don't display overrun message once we have reach the buffer limitPablo Neira Ayuso2011-02-251-1/+12
* build: use appropriate location for program modulesJan Engelhardt2011-02-011-1/+2
* build: avoid use of LIBS variableJan Engelhardt2011-02-011-1/+0
* build: propagate global CFLAGSJan Engelhardt2010-11-051-1/+1
* build: remove unused $(all_includes)Jan Engelhardt2010-11-051-1/+1
* build: remove -fPIC flagJan Engelhardt2010-11-051-1/+1
* Add new input plugin UNIXSOCKPierre Chifflier2010-10-232-1/+830
* output: add new plugin XML to output logs in XMLPablo Neira Ayuso2010-06-171-1/+8
* src: use ARRAY_SIZE to calculate the array size of keysPablo Neira Ayuso2010-04-022-2/+2
* Add threshold and timeout option to NFLOG plugin.Eric Leblond2009-01-291-1/+45
* Replace INCLUDES by AM_CPPFLAGS in Makefile.am.Eric Leblond2009-01-221-1/+1
* build: use -avoid-version for modulesJan Engelhardt2009-01-201-2/+2
* Add variable to force binding of nfnetlink_log.Eric Leblond2009-01-051-7/+16
* Fix minor memory leak in NFLOG plugin.Eric Leblond2008-12-091-0/+2
* Don't free pluginstance when leavingEric Leblond2008-12-092-3/+0
* Get rid of addressfamily variable in NFLOG input pluginEric Leblond2008-12-091-30/+29
* Modify usage of nflog_bind_pf function.Eric Leblond2008-12-091-20/+32
* add ukey_* function for key assignationPablo Neira Ayuso2008-12-092-96/+50
* NFCT: remove unused constant NFLOG_RMEM_DEFAULTPablo Neira Ayuso2008-10-221-6/+0
* NFLOG: remove unused optionEric Leblond2008-09-111-14/+7
* cleanup: remove unused timeout parameter in functionEric Leblond2008-07-311-1/+1
* NFLOG: minor cleanupPablo Neira Ayuso2008-07-291-10/+14
* NFLOG: get full link layer header (requires >= 2.6.27)Eric Leblond2008-07-291-3/+33
* revert commit 3178606785161296dc5a1bd4d42d965db8b3e2cdPablo Neira Ayuso2008-06-281-2/+1
* suppress useless debugging message in the ULOG input pluginEric Leblond2008-06-231-1/+0
* structure initialization cleanupEric Leblond2008-06-232-34/+36
* whitespace cleanupEric Leblond2008-06-232-48/+48
* Fix warning in compilation due to missing includeEric Leblond2008-06-181-0/+1
* Fix NFCT/NFLOG plugin compilation when libraries use non-standard prefix.Eric Leblond2008-06-181-1/+2
* Cleanup: fix error messages and indentationEric Leblond2008-06-121-1/+1
* Set timestamp in NFLOG for INPUT and OUTPUTEric Leblond2008-06-021-7/+8
* improve overrun handling NFLOGPablo Neira Ayuso2008-06-021-6/+60
* This patchset adds support for the "numeric_label" option. For instance, it/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-04-292-2/+36
* This patch adds oob.hook to the list of output key sof ULOG input plugin./C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-04-271-0/+13
* Fix a bug in definition of seq_global_ce macro./C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-04-271-2/+2
* [ULOGD PATCH, RFC] Modify NFLOG to be able to use it with older libnetfilter_log/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-04-221-1/+2
* Fix missing chunk for GID logging/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-04-211-1/+5
* Print GID/MARK in printpkt.c/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-04-211-1/+6
* Type of the raw.mac_len key was set to string but this is an unsigned/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-04-051-1/+1
* Type of the raw.mac_len key was set to string but this is an unsigned/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-04-051-1/+1
* A specific instance of NFLOG can now be use in multiple stacks. This is done/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-03-251-0/+6
* An instance of NFLOG can now be use in multiple stacks. This is done/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-03-251-1/+10