Hi Pablo, I've been using nfq6 as a patch testbed for some time. Now that nfq6 has matured to only use functions from the code base(*), I offer it as a second example for libnetfilter_queue. (*)This iteration uses nfq_nlmsg_put2() which is not in the codebase yet. Cheers ... Duncan. Duncan Roe (1): examples: add an example which uses more functions .gitignore | 1 + examples/Makefile.am | 6 +- examples/nfq6.c | 782 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 788 insertions(+), 1 deletion(-) create mode 100644 examples/nfq6.c -- 2.35.8