Hi, This small patchset fixes two inconsistencies: * Change variable name to have an homogeneous naming * Use nfq_fd function instead of call to nfnetlink function. It also fixes a potential problem in nfq_close() where a ressource was freed twice: * Suppress double call of nfnl_subsys_close() Last patch is a documentation update: * Switch documentation style to doxygen. I've switched the documentation style to doxygen format. It is standard, easy to use and very powerful. An html output example is available here: http://www.nufw.org/doc/libnetfilter_queue/ Patchset statistics: src/libnetfilter_queue.c | 437 ++++++++++++++++++++++++++++++++-------------- utils/nfqnl_test.c | 3 +- 2 files changed, 310 insertions(+), 130 deletions(-) BR, -- Eric Leblond <eric@xxxxxx> 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