]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
Type of the raw.mac_len key was set to string but this is an unsigned
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, 5 Apr 2008 14:39:56 +0000 (14:39 +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, 5 Apr 2008 14:39:56 +0000 (14:39 +0000)
interger. This patch fix this in the ULOG module.

Signed-off-by: Eric Leblond <eric@inl.fr>
input/packet/ulogd_inppkt_ULOG.c

index 5df6499d45b2d31f56beda13b2d4c9d2efecb90d..d30c07ed05eda0e3a29de87a21eaf55765403a9c 100644 (file)
@@ -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", 
        },