mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move Frame and Scope to zeek::detail namespace
This commit is contained in:
parent
64332ca22c
commit
937a462e70
50 changed files with 306 additions and 257 deletions
|
@ -1274,7 +1274,7 @@ void RuleMatcher::DumpStateStats(BroFile* f, RuleHdrTest* hdr_test)
|
|||
|
||||
static zeek::Val* get_bro_val(const char* label)
|
||||
{
|
||||
auto id = lookup_ID(label, GLOBAL_MODULE_NAME, false);
|
||||
auto id = zeek::detail::lookup_ID(label, GLOBAL_MODULE_NAME, false);
|
||||
if ( ! id )
|
||||
{
|
||||
rules_error("unknown script-level identifier", label);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue