diff options
Diffstat (limited to 'bpfc.8')
-rw-r--r-- | bpfc.8 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ .\" netsniff-ng - the packet sniffing beast .\" Copyright 2013 Daniel Borkmann. .\" Subject to the GPL, version 2. -.PP .TH BPFC 8 "03 March 2013" "Linux" "netsniff-ng toolkit" .SH NAME bpfc \- a Berkeley Packet Filter assembler and compiler @@ -106,7 +105,7 @@ consists of the following elements: .PP The element o is a 16 bit wide opcode that has a particular instruction encoded, jt and jf are two 8 bit wide jump targets, one for condition -''true'', one for condition ''false''. Last but not least the 32 bit wide + ''true'', one for condition ''false''. Last but not least the 32 bit wide element k contains a miscellaneous argument that can be interpreted in different ways depending on the given instruction resp. opcode. .PP |