mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +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
|
@ -102,7 +102,7 @@ public:
|
|||
static constexpr int EXPANDED_STRING = // the original style
|
||||
ESC_HEX;
|
||||
|
||||
static constexpr int BRO_STRING_LITERAL = // as in a Bro string literal
|
||||
static constexpr int BRO_STRING_LITERAL = // as in a Bro/Zeek string literal
|
||||
ESC_ESC | ESC_QUOT | ESC_HEX;
|
||||
|
||||
// Renders a string into a newly allocated character array that
|
||||
|
@ -193,7 +193,7 @@ extern int Bstr_cmp(const String* s1, const String* s2);
|
|||
// which would be necessary if String were used. Unlike String,
|
||||
// the string should not be deallocated on destruction.
|
||||
//
|
||||
// "BroConstString" might be a better name here.
|
||||
// "ZeekConstString" might be a better name here.
|
||||
|
||||
struct data_chunk_t
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue