]> 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:01 +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:01 +0000 (14:39 +0000)
interger. This patch fix this in the NFLOG module.

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

index 802e4174e4d7eb19e8da5152f7686e8d6053529b..195f6cce00e1b36efe65e9f59fb93796f417924f 100644 (file)
@@ -209,7 +209,7 @@ static struct ulogd_key output_keys[] = {
                },
        },
        { 
-               .type = ULOGD_RET_STRING
+               .type = ULOGD_RET_UINT16
                .flags = ULOGD_RETF_NONE, 
                .name = "raw.mac_len", 
        },