mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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_autonomous_system", ATTR_NO_SCRIPT_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_txt", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"lookup_location", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue