[netfilter-cvslog] r7430 - branches/ulog/ulogd2/input/packet

pablo at netfilter.org pablo at netfilter.org
Sat Apr 5 16:39:02 CEST 2008


Author: pablo at netfilter.org
Date: 2008-04-05 16:39:01 +0200 (Sat, 05 Apr 2008)
New Revision: 7430

Modified:
   branches/ulog/ulogd2/input/packet/ulogd_inppkt_NFLOG.c
Log:
Type of the raw.mac_len key was set to string but this is an unsigned
interger. This patch fix this in the NFLOG module.

Signed-off-by: Eric Leblond <eric at inl.fr>


Modified: branches/ulog/ulogd2/input/packet/ulogd_inppkt_NFLOG.c
===================================================================
--- branches/ulog/ulogd2/input/packet/ulogd_inppkt_NFLOG.c	2008-04-05 14:02:56 UTC (rev 7429)
+++ branches/ulog/ulogd2/input/packet/ulogd_inppkt_NFLOG.c	2008-04-05 14:39:01 UTC (rev 7430)
@@ -209,7 +209,7 @@
 		},
 	},
 	{ 
-		.type = ULOGD_RET_STRING, 
+		.type = ULOGD_RET_UINT16, 
 		.flags = ULOGD_RETF_NONE, 
 		.name = "raw.mac_len", 
 	},




More information about the netfilter-cvslog mailing list