mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
introduce &weaken attribute, which basically only prevents
the describe function for types to descend into record fields that are marked with it. With this, we can actually load the pacf scripts without crashing Bro when running tests :)
This commit is contained in:
parent
21b78b7d92
commit
00204ab8a6
7 changed files with 25 additions and 9 deletions
|
@ -37,7 +37,8 @@
|
|||
@load base/frameworks/reporter
|
||||
@load base/frameworks/sumstats
|
||||
@load base/frameworks/tunnels
|
||||
#@load base/frameworks/pacf
|
||||
@load base/frameworks/openflow
|
||||
@load base/frameworks/pacf
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/dhcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue