]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
IP2BIN filter convert IP address from host storage to a "binary" string which
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>
Tue, 25 Mar 2008 08:49:21 +0000 (08:49 +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>
Tue, 25 Mar 2008 08:49:21 +0000 (08:49 +0000)
commit7c45afd592b0144f4549a85902e3aa378cfbe387
treebc4d8a7c5d308cfd45b2f37e860293e259e11edc
parent577fb57ee6d8c1be008663b979b28a8ad9f41a26
IP2BIN filter convert IP address from host storage to a "binary" string which
can be use by MySQL. This is not strictly speaking raw data but it was of type
RAW.

Following remark from Hugo Mildenberger, I introduce in this patch a dedicated
type ULOGD_RET_RAWSTR. The main reason not to use a ULOGD_RET_STRING parameter
is that the paramater is not human readable.

Signed-off-by: Eric Leblond <eric@inl.fr>
filter/ulogd_filter_IP2BIN.c
include/ulogd/ulogd.h
util/db.c