mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Move DNS_Mgr to zeek::detail namespace
This commit is contained in:
parent
55d699af59
commit
7cedd94ee7
9 changed files with 50 additions and 30 deletions
|
@ -502,7 +502,7 @@ F RET_CONST(zeek::val_mgr->False()->Ref())
|
|||
|
||||
"0x"{HEX}+ RET_CONST(zeek::val_mgr->Count(static_cast<bro_uint_t>(strtoull(yytext, 0, 16))).release())
|
||||
|
||||
{H}("."{H})+ RET_CONST(dns_mgr->LookupHost(yytext).release())
|
||||
{H}("."{H})+ RET_CONST(zeek::detail::dns_mgr->LookupHost(yytext).release())
|
||||
|
||||
\"([^\\\n\"]|{ESCSEQ})*\" {
|
||||
const char* text = yytext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue