summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/ulogd_filter_IP2BIN.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/filter/ulogd_filter_IP2BIN.c b/filter/ulogd_filter_IP2BIN.c
index 9b0110e..33db6a2 100644
--- a/filter/ulogd_filter_IP2BIN.c
+++ b/filter/ulogd_filter_IP2BIN.c
@@ -82,32 +82,32 @@ static struct ulogd_key ip2bin_inp[] = {
static struct ulogd_key ip2bin_keys[] = {
{
- .type = ULOGD_RET_RAW,
+ .type = ULOGD_RET_RAWSTR,
.flags = ULOGD_RETF_FREE,
.name = "ip.saddr.bin",
},
{
- .type = ULOGD_RET_RAW,
+ .type = ULOGD_RET_RAWSTR,
.flags = ULOGD_RETF_FREE,
.name = "ip.daddr.bin",
},
{
- .type = ULOGD_RET_RAW,
+ .type = ULOGD_RET_RAWSTR,
.flags = ULOGD_RETF_FREE,
.name = "orig.ip.saddr.bin",
},
{
- .type = ULOGD_RET_RAW,
+ .type = ULOGD_RET_RAWSTR,
.flags = ULOGD_RETF_FREE,
.name = "orig.ip.daddr.bin",
},
{
- .type = ULOGD_RET_RAW,
+ .type = ULOGD_RET_RAWSTR,
.flags = ULOGD_RETF_FREE,
.name = "reply.ip.saddr.bin",
},
{
- .type = ULOGD_RET_RAW,
+ .type = ULOGD_RET_RAWSTR,
.flags = ULOGD_RETF_FREE,
.name = "reply.ip.daddr.bin",
},