]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
From: Eric Leblond <eric@inl.fr>
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>
Sat, 9 Feb 2008 17:34:00 +0000 (17:34 +0000)
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>
Sat, 9 Feb 2008 17:34:00 +0000 (17:34 +0000)
commit7b3858d675615535476ff068d7853afacdd1de55
tree7b92b2c23dea90d2f63edc6d1a2354117f26872d
parentd33f268c307d783b868125e206a0b13af10261a5
From: Eric Leblond <eric@inl.fr>
Some macros were defined several time. This was the case of GET_VALUE,
pp_is_valid. This patch puts the definition in ulogd.h and fixes the
definition of pp_is_valid which was wrong (causing segfault by acessing to
fields at NULL).
filter/ulogd_filter_IP2BIN.c
filter/ulogd_filter_IP2STR.c
include/ulogd/ulogd.h
util/printflow.c
util/printpkt.c