diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-15 17:00:35 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-15 17:00:35 +0200 |
commit | 9fdfb453645b3c7058272419d913ae2591a8fdf3 (patch) | |
tree | 0df9388e261f62d91f4a5ba36611b03449e567e2 | |
parent | f5c440184fb7c02d420e3c4274e63474c74bbeff (diff) |
bpfc: stress that also seccomp-BPF can be generated with bpfc
Just add a minor sentence to help stating this.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-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" |