Hello, This patchset contains modification of ulogd2 and kernel relative to a problem to hardware address logging. HW address logging is different between ULOG and NFLOG: * NFLOG sends MAC address in userspace (dev_parse_header content) * ULOG sends complete link header (skb_mac_header content) The kernel patch modifies NFLOG to have it log the whole hardware header like ULOG. Ulogd2 patches contains some code cleaning and a rework of MAC2STR plugin which implements the support of actual NFLOG and ULOG logging. Ulogd2 patchset statistics: doc/mysql-ulogd2.sql | 32 ++++++----- doc/pgsql-ulogd2.sql | 13 +++- filter/ulogd_filter_MAC2STR.c | 117 +++++++++++++++++++++++++++++++------ input/flow/ulogd_inpflow_NFCT.c | 38 ++++++------ input/packet/ulogd_inppkt_NFLOG.c | 87 ++++++++++++++------------- input/packet/ulogd_inppkt_ULOG.c | 70 +++++++++++----------- ulogd.conf.in | 9 +++ 7 files changed, 234 insertions(+), 132 deletions(-) BR, -- Eric Leblond INL: http://www.inl.fr/ NuFW: http://www.nufw.org/ -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html