mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
binpac: Rename Bro to Zeek
This commit is contained in:
parent
533d823514
commit
078722fc8d
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ private:
|
|||
string msg_;
|
||||
};
|
||||
|
||||
// Copied from util.cc of Bro
|
||||
// Copied from util.cc of Zeek
|
||||
int expand_escape(const char*& s)
|
||||
{
|
||||
switch ( *(s++) ) {
|
||||
|
@ -80,7 +80,7 @@ int expand_escape(const char*& s)
|
|||
ConstString::ConstString(const string &s)
|
||||
: str_(s)
|
||||
{
|
||||
// Copied from scan.l of Bro
|
||||
// Copied from scan.l of Zeek
|
||||
try
|
||||
{
|
||||
const char* text = str_.c_str();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue