diff options
-rw-r--r-- | bpfc.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -53,7 +53,9 @@ static void __noreturn help(void) " bpfc -f tcpdump -i fubar > foo --> tcpdump -ddd like ...\n" " bpfc -f xt_bpf -b -p -i fubar\n" " iptables -A INPUT -m bpf --bytecode \"`./bpfc -f xt_bpf -i fubar`\" -j LOG\n" - " bpfc - (read from stdin)\n\n" + " bpfc - (read from stdin)\n" + "Note:\n" + " Generation of seccomp-BPF filters are fully supported as well.\n\n" "Please report bugs to <bugs@netsniff-ng.org>\n" "Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n" "Swiss federal institute of technology (ETH Zurich)\n" |