mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
ZAM: bif-tracking updates for blocking_lookup_hostname()
This commit is contained in:
parent
715c309b03
commit
3b7bbb2651
3 changed files with 3 additions and 1 deletions
|
@ -182,6 +182,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"any_set", ATTR_FOLDABLE},
|
||||
{"backtrace", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"bare_mode", ATTR_FOLDABLE},
|
||||
{"blocking_lookup_hostname", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"bloomfilter_add", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"bloomfilter_basic_init", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"bloomfilter_basic_init2", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
544 seen BiFs, 0 unseen BiFs (), 0 new BiFs ()
|
||||
545 seen BiFs, 0 unseen BiFs (), 0 new BiFs ()
|
||||
|
|
|
@ -212,6 +212,7 @@ global known_BiFs = set(
|
|||
"any_set",
|
||||
"backtrace",
|
||||
"bare_mode",
|
||||
"blocking_lookup_hostname",
|
||||
"bloomfilter_add",
|
||||
"bloomfilter_basic_init",
|
||||
"bloomfilter_basic_init2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue