Zeek - bpf fixup

This commit is contained in:
Josh Brower
2020-01-31 15:06:57 -05:00
parent f5efc68825
commit b5bf12f8c8
2 changed files with 6 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export {
## The file that is watched on disk for BPF filter changes.
## Two templated variables are available; "sensorname" and "interface".
## They can be used by surrounding the term by doubled curly braces.
const filename = "/opt/zeek/share/zeek/site/bpf" &redef;
const filename = "/opt/zeek/etc/bpf" &redef;
redef enum Notice::Type += {
## Invalid filter notice.