mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
support for indexing "table[pattern] of T" with strings to get multi-matches
This commit is contained in:
parent
a5a79d3f3a
commit
699549eb45
8 changed files with 228 additions and 2 deletions
|
@ -1012,6 +1012,7 @@ protected:
|
|||
|
||||
bool is_slice;
|
||||
bool is_inside_when;
|
||||
bool is_pattern_table = false;
|
||||
};
|
||||
|
||||
// The following execute the heart of IndexExpr functionality for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue