All of lore.kernel.org
 help / color / mirror / Atom feed
* [ULOGD PATCH 0/5] New filter module MARK and misc fixes
@ 2008-06-06 13:13 Eric Leblond
  2008-06-06 13:13 ` [ULOGD PATCH 1/5] Fix logic of propagation trough the stack Eric Leblond
  0 siblings, 1 reply; 15+ messages in thread
From: Eric Leblond @ 2008-06-06 13:13 UTC (permalink / raw)
  To: netfilter-devel

Hello,

This patchset adds a new filter module MARK which can be used to log a subset
of messages by filtering on ct_mark or oob_mark. It also contains some
fixes: The treatment of plugin returning ULOGD_IRET_STOP was bad and it was 
impossible to use hex notation for integer in the configuration file.

It contains a code cleaning of all interpreter functions which were not using
correct return code.

Patchset statistics:
filter/Makefile.am                        |    5 +-
filter/raw2packet/ulogd_raw2packet_BASE.c |   50 ++++++------
filter/ulogd_filter_IFINDEX.c             |    2 +-
filter/ulogd_filter_IP2BIN.c              |    2 +-
filter/ulogd_filter_IP2STR.c              |    2 +-
filter/ulogd_filter_MAC2STR.c             |    4 +-
filter/ulogd_filter_MARK.c                |  119 +++++++++++++++++++++++++++++
filter/ulogd_filter_PRINTFLOW.c           |    2 +-
filter/ulogd_filter_PRINTPKT.c            |    2 +-
filter/ulogd_filter_PWSNIFF.c             |   12 ++--
output/pcap/ulogd_output_PCAP.c           |    6 +-
output/ulogd_output_IPFIX.c               |    4 +-
output/ulogd_output_LOGEMU.c              |    2 +-
output/ulogd_output_NACCT.c               |    2 +-
output/ulogd_output_OPRINT.c              |    2 +-
output/ulogd_output_SYSLOG.c              |    2 +-
src/conffile.c                            |    3 +-
ulogd.conf.in                             |    9 ++-
18 files changed, 180 insertions(+), 50 deletions(-)

BR,
--
Eric Leblond <eric@inl.fr>
INL: http://www.inl.fr/
NuFW: http://www.nufw.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-06-12  9:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06 13:13 [ULOGD PATCH 0/5] New filter module MARK and misc fixes Eric Leblond
2008-06-06 13:13 ` [ULOGD PATCH 1/5] Fix logic of propagation trough the stack Eric Leblond
2008-06-06 13:13   ` [ULOGD PATCH 2/5] New MARK filtering module Eric Leblond
2008-06-06 13:13     ` [ULOGD PATCH 3/5] Enable reading of hex or dec integer in config file Eric Leblond
2008-06-06 13:13       ` [ULOGD PATCH 4/5] Use ULOGD_IRET_* as return for all interp functions Eric Leblond
2008-06-06 13:13         ` [ULOGD PATCH 5/5] Update configfile for MARK module Eric Leblond
2008-06-12  9:19           ` Pablo Neira Ayuso
2008-06-12  9:19         ` [ULOGD PATCH 4/5] Use ULOGD_IRET_* as return for all interp functions Pablo Neira Ayuso
2008-06-06 13:23       ` [ULOGD PATCH 3/5] Enable reading of hex or dec integer in config file Patrick McHardy
2008-06-12  9:19       ` Pablo Neira Ayuso
2008-06-06 13:29     ` [ULOGD PATCH 2/5] New MARK filtering module Patrick McHardy
2008-06-06 13:34       ` Eric Leblond
2008-06-08 10:12       ` [ULOGD PATCH] Resent, new " Eric Leblond
2008-06-12  9:18         ` Pablo Neira Ayuso
2008-06-12  9:18   ` [ULOGD PATCH 1/5] Fix logic of propagation trough the stack Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.