From 014e6a0fca0a25ba74242ba76e27afaa5799e0b7 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 1 May 2019 11:06:03 -0700 Subject: New filter "ifindex" for LINUX_SLL2 and live Linux captures --- gencode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gencode.h') 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 *); -- cgit v1.2.1