Switch zeek:🆔:lookup to zeek:🆔:find

For parity with Scope since it now uses Find instead of Lookup
This commit is contained in:
Jon Siwek 2020-05-14 18:00:18 -07:00
parent 7843416e51
commit 4debad8caf
59 changed files with 339 additions and 339 deletions

View file

@ -452,7 +452,7 @@ void DNS_Mgr::InitSource()
void DNS_Mgr::InitPostScript()
{
dm_rec = zeek::id::lookup_type("dns_mapping")->AsRecordType();
dm_rec = zeek::id::find_type("dns_mapping")->AsRecordType();
// Registering will call Init()
iosource_mgr->Register(this, true);