From 7c45afd592b0144f4549a85902e3aa378cfbe387 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 25 Mar 2008 08:49:21 +0000 Subject: 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 --- include/ulogd/ulogd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h index 8c052f2..39ac464 100644 --- a/include/ulogd/ulogd.h +++ b/include/ulogd/ulogd.h @@ -47,6 +47,7 @@ /* types with length field */ #define ULOGD_RET_STRING 0x8020 #define ULOGD_RET_RAW 0x8030 +#define ULOGD_RET_RAWSTR 0x8040 /* FLAGS */ -- cgit v1.2.3