mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
updated list of BiFs for script optimization
This commit is contained in:
parent
aab5324e20
commit
50b1f6e013
3 changed files with 534 additions and 550 deletions
|
@ -344,6 +344,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
||||||
{"lookup_addr", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
{"lookup_addr", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||||
{"lookup_autonomous_system", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
{"lookup_autonomous_system", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||||
{"lookup_connection", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
{"lookup_connection", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||||
|
{"lookup_connection_analyzer_id", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||||
{"lookup_hostname", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
{"lookup_hostname", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||||
{"lookup_hostname_txt", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
{"lookup_hostname_txt", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||||
{"lookup_location", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
{"lookup_location", 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.
|
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||||
551 seen BiFs, 0 unseen BiFs (), 0 new BiFs ()
|
534 seen BiFs, 0 unseen BiFs (), 0 new BiFs ()
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue