mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Move Reporter to zeek namespace
This commit is contained in:
parent
7cedd94ee7
commit
bfab224d7c
132 changed files with 1010 additions and 987 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
if ( cert.length() <= 0 )
|
||||
{
|
||||
reporter->Weird(bro_analyzer()->Conn(), "zero_length_certificate");
|
||||
zeek::reporter->Weird(bro_analyzer()->Conn(), "zero_length_certificate");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,3 @@
|
|||
}
|
||||
return true;
|
||||
%}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue