mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Rename BroString to zeek::String
This commit is contained in:
parent
a2bc42dd93
commit
736a3f53d4
58 changed files with 346 additions and 339 deletions
|
@ -47,7 +47,7 @@ ConnIDKey BuildConnIDKey(const ConnID& id)
|
|||
return key;
|
||||
}
|
||||
|
||||
IPAddr::IPAddr(const zeek::BroString& s)
|
||||
IPAddr::IPAddr(const zeek::String& s)
|
||||
{
|
||||
Init(s.CheckString());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue