mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +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
|
@ -122,7 +122,7 @@ bool RuleConditionPayloadSize::DoMatch(Rule* rule, RuleEndpointState* state,
|
|||
return payload_size >= val;
|
||||
|
||||
default:
|
||||
reporter->InternalError("unknown comparison type");
|
||||
zeek::reporter->InternalError("unknown comparison type");
|
||||
}
|
||||
|
||||
// Should not be reached
|
||||
|
@ -162,7 +162,7 @@ bool RuleConditionEval::DoMatch(Rule* rule, RuleEndpointState* state,
|
|||
{
|
||||
if ( ! id->HasVal() )
|
||||
{
|
||||
reporter->Error("undefined value");
|
||||
zeek::reporter->Error("undefined value");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue