]> The Tcpdump Group git mirrors - libpcap/blobdiff - gencode.h
New filter "ifindex" for LINUX_SLL2 and live Linux captures
[libpcap] / gencode.h
index bffb71b6264d1608696ab5ee3f7726631b438bed..dc099f53d8d0a54ea8b35e296c531e25725f63e9 100644 (file)
--- 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 *);