updated list of BiFs for script optimization

This commit is contained in:
Vern Paxson 2024-06-01 12:22:44 -07:00 committed by Tim Wojtulewicz
parent aab5324e20
commit 50b1f6e013
3 changed files with 534 additions and 550 deletions

View file

@ -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},