summaryrefslogtreecommitdiff
path: root/bpfc.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-15 17:00:35 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-15 17:00:35 +0200
commit9fdfb453645b3c7058272419d913ae2591a8fdf3 (patch)
tree0df9388e261f62d91f4a5ba36611b03449e567e2 /bpfc.c
parentf5c440184fb7c02d420e3c4274e63474c74bbeff (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>
Diffstat (limited to 'bpfc.c')
-rw-r--r--bpfc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpfc.c b/bpfc.c
index d83bfd7..4ba0563 100644
--- a/bpfc.c
+++ b/bpfc.c
@@ -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"