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

View file

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