mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
updated Bro->Zeek in comments in the source tree
This commit is contained in:
parent
becc966106
commit
d758585e42
71 changed files with 186 additions and 186 deletions
|
@ -63,7 +63,7 @@ namespace zeek::iosource::detail
|
|||
{
|
||||
|
||||
// Simple heuristic to identify filters that always match, so that we can
|
||||
// skip the filtering in that case. "ip or not ip" is Bro's default filter.
|
||||
// skip the filtering in that case. "ip or not ip" is Zeek's default filter.
|
||||
static bool filter_matches_anything(const char* filter)
|
||||
{
|
||||
return (! filter) || strlen(filter) == 0 || strcmp(filter, "ip or not ip") == 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue