bpf: add missing decode for poff
commit3f183062473e6c3eef126a33d8b75416f71b9aa8
authorDaniel Borkmann <dborkman@redhat.com>
Sat, 15 Jun 2013 14:06:00 +0000 (15 16:06 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Sat, 15 Jun 2013 14:06:35 +0000 (15 16:06 +0200)
treea1a053ef810f36d85f0f838ada11393390bb7315
parent1f229a105e82ce5327035f9ff04f2e55001ed2f8
bpf: add missing decode for poff

When we decode BPF extensions, add the missing opcode for poff.
While at it, also remove the '#' prefix, since it's optional in
bpfc.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
bpf.c