mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Move Func and associated classes into zeek::detail namespace
This commit is contained in:
parent
937a462e70
commit
d6f1ea16ac
51 changed files with 516 additions and 453 deletions
|
@ -213,8 +213,8 @@ function fmt_ftp_port%(a: addr, p: port%): string
|
|||
}
|
||||
else
|
||||
{
|
||||
builtin_error("conversion of non-IPv4 address in fmt_ftp_port",
|
||||
@ARG@[0]);
|
||||
zeek::emit_builtin_error("conversion of non-IPv4 address in fmt_ftp_port",
|
||||
@ARG@[0]);
|
||||
return val_mgr->EmptyString();
|
||||
}
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue