summaryrefslogtreecommitdiff
path: root/gencode.h
diff options
context:
space:
mode:
authorBill Fenner <fenner@gmail.com>2019-05-01 11:06:03 -0700
committerBill Fenner <fenner@gmail.com>2020-05-19 04:51:22 -0700
commit014e6a0fca0a25ba74242ba76e27afaa5799e0b7 (patch)
tree70d617073680a1dcd83d636e991691864ad00157 /gencode.h
parentf2d84366a864f7b41f59ef47334f6a53aa914b32 (diff)
downloadlibpcap-014e6a0fca0a25ba74242ba76e27afaa5799e0b7.tar.gz
New filter "ifindex" for LINUX_SLL2 and live Linux captures
Diffstat (limited to 'gencode.h')
-rw-r--r--gencode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gencode.h b/gencode.h
index bffb71b6..dc099f53 100644
--- a/gencode.h
+++ b/gencode.h
@@ -328,6 +328,7 @@ struct block *gen_greater(compiler_state_t *, int);
struct block *gen_byteop(compiler_state_t *, int, int, bpf_u_int32);
struct block *gen_broadcast(compiler_state_t *, int);
struct block *gen_multicast(compiler_state_t *, int);
+struct block *gen_ifindex(compiler_state_t *, int);
struct block *gen_inbound(compiler_state_t *, int);
struct block *gen_llc(compiler_state_t *);