From 5458ed878454cb5408d76615c6037baf298c0b49 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Sat, 5 Apr 2008 14:39:56 +0000 Subject: Type of the raw.mac_len key was set to string but this is an unsigned interger. This patch fix this in the ULOG module. Signed-off-by: Eric Leblond --- input/packet/ulogd_inppkt_ULOG.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/packet') diff --git a/input/packet/ulogd_inppkt_ULOG.c b/input/packet/ulogd_inppkt_ULOG.c index 5df6499..d30c07e 100644 --- a/input/packet/ulogd_inppkt_ULOG.c +++ b/input/packet/ulogd_inppkt_ULOG.c @@ -143,7 +143,7 @@ static struct ulogd_key output_keys[] = { .name = "oob.out", }, { - .type = ULOGD_RET_STRING, + .type = ULOGD_RET_UINT16, .flags = ULOGD_RETF_NONE, .name = "raw.mac_len", }, -- cgit v1.2.3