> Hello Felix, Sorry for the delay in the answer. Other patches of the series are ok, comments on this one inline. On Sat, 2015-05-16 at 15:02 +0200, Felix Janda wrote: > Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx> > --- > filter/raw2packet/ulogd_raw2packet_BASE.c | 42 +++++++++++++++------ > ---------- > filter/ulogd_filter_HWHDR.c | 6 ++--- > filter/ulogd_filter_IP2HBIN.c | 4 +-- > filter/ulogd_filter_IP2STR.c | 2 +- > filter/ulogd_filter_MARK.c | 4 +-- > filter/ulogd_filter_PWSNIFF.c | 4 +-- > include/libipulog/libipulog.h | 4 +-- > include/ulogd/addr.h | 2 +- > include/ulogd/conffile.h | 8 +++--- > include/ulogd/ipfix_protocol.h | 36 +++++++++++++-------- > ----- > include/ulogd/ulogd.h | 42 +++++++++++++++------ > ---------- > input/packet/ulogd_inppkt_NFLOG.c | 16 ++++++------ > input/packet/ulogd_inppkt_UNIXSOCK.c | 34 ++++++++++++--------- > ---- > libipulog/libipulog.c | 8 +++--- > output/mysql/ulogd_output_MYSQL.c | 2 +- > output/ulogd_output_IPFIX.c | 20 +++++++-------- > src/addr.c | 4 +-- > util/db.c | 2 +- > util/printpkt.c | 6 ++--- > 19 files changed, 123 insertions(+), 123 deletions(-) I'm ok with the idea of the patch but this is not building anymore on my Debian. || make[2]: Entering directory '/home/eric/git/netfilter/ulogd2/libipulog' || CC libipulog.lo include/libipulog/libipulog.h|23 col 1| error: unknown type name 'uint32_t' || uint32_t ipulog_group2gmask(uint32_t group); || ^ include/libipulog/libipulog.h|23 col 29| error: unknown type name 'uint32_t' || uint32_t ipulog_group2gmask(uint32_t group); || ^ int32_t group); || ^ I've got plenty of similar error. Could you fix this an resubmit ? BR, -- Eric Leblond <eric@xxxxxxxxx> Blog: https://home.regit.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