summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-04-19 02:14:04 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-04-19 02:16:38 +0200
commit1cb432c06637b5030b4a70ff33e306f2bb81d366 (patch)
tree8a360979dd4f8415b768eed334270587e28a0106 /extensions
parent461faea515c11e58e7cbe598ffe8d22eeb6edffd (diff)
extensions: libxt_bpf: clarify --bytecode argument
Mart Frauenlob suggested a change to explain the --bytecode better. I have added some reference to the example bytecode in the format that this argument accepts. Reported-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libxt_bpf.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_bpf.man b/extensions/libxt_bpf.man
index 4120a23d..5b1d0424 100644
--- a/extensions/libxt_bpf.man
+++ b/extensions/libxt_bpf.man
@@ -2,7 +2,7 @@ Match using Linux Socket Filter. Expects a BPF program in decimal format. This
is the format generated by the \fBnfbpf_compile\fP utility.
.TP
\fB\-\-bytecode\fP \fIcode\fP
-Pass the code in backtick format as argument.
+Pass the BPF byte code format (described in the example below).
.PP
The code format is similar to the output of the tcpdump -ddd command: one line
that stores the number of instructions, followed by one line for each