mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Move BroFile to zeek namespace, rename to File
This commit is contained in:
parent
bfab224d7c
commit
910aa77d95
29 changed files with 135 additions and 115 deletions
|
@ -1229,7 +1229,7 @@ void RuleMatcher::GetStats(Stats* stats, RuleHdrTest* hdr_test)
|
|||
GetStats(stats, h);
|
||||
}
|
||||
|
||||
void RuleMatcher::DumpStats(BroFile* f)
|
||||
void RuleMatcher::DumpStats(zeek::File* f)
|
||||
{
|
||||
Stats stats;
|
||||
GetStats(&stats);
|
||||
|
@ -1244,7 +1244,7 @@ void RuleMatcher::DumpStats(BroFile* f)
|
|||
DumpStateStats(f, root);
|
||||
}
|
||||
|
||||
void RuleMatcher::DumpStateStats(BroFile* f, RuleHdrTest* hdr_test)
|
||||
void RuleMatcher::DumpStateStats(zeek::File* f, RuleHdrTest* hdr_test)
|
||||
{
|
||||
if ( ! hdr_test )
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue