updated Bro->Zeek in comments in the source tree

This commit is contained in:
Vern Paxson 2022-01-24 14:26:20 -08:00
parent becc966106
commit d758585e42
71 changed files with 186 additions and 186 deletions

View file

@ -822,7 +822,7 @@ public:
// Returns true if this set contains the same members as the
// given set. Note that comparisons are done using hash keys,
// so errors can arise for compound sets such as sets-of-sets.
// See https://bro-tracker.atlassian.net/browse/BIT-1949.
// See https://github.com/zeek/zeek/issues/151.
bool EqualTo(const TableVal& v) const;
// Returns true if this set is a subset (not necessarily proper)
@ -1355,7 +1355,7 @@ public:
TableValPtr GetRecordFieldsVal() const;
// This is an experiment to associate a Obj within the
// event engine to a record value in bro script.
// event engine to a record value in Zeek script.
void SetOrigin(Obj* o) { origin = o; }
Obj* GetOrigin() const { return origin; }