mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Add find_first string function
This commit is contained in:
parent
5bf660a9ce
commit
6c240dc0bb
3 changed files with 41 additions and 0 deletions
|
@ -265,6 +265,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"find_entropy", ATTR_FOLDABLE},
|
||||
{"find_in_zeekpath", ATTR_IDEMPOTENT}, // can error
|
||||
{"find_last", ATTR_FOLDABLE},
|
||||
{"find_first", ATTR_FOLDABLE},
|
||||
{"find_str", ATTR_FOLDABLE},
|
||||
{"floor", ATTR_FOLDABLE},
|
||||
{"flush_all", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue