From 9fdfb453645b3c7058272419d913ae2591a8fdf3 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 15 Jun 2013 17:00:35 +0200 Subject: 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 --- bpfc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \n" "Copyright (C) 2011-2013 Daniel Borkmann ,\n" "Swiss federal institute of technology (ETH Zurich)\n" -- cgit v1.2.3-54-g00ecf