mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Move bro_broker code to zeek::Broker namespace
This commit is contained in:
parent
cba1bc18a5
commit
f1cfd5aa2b
18 changed files with 420 additions and 329 deletions
|
@ -4834,7 +4834,7 @@ ValPtr CastExpr::Eval(Frame* f) const
|
|||
GetType()->Describe(&d);
|
||||
d.Add("'");
|
||||
|
||||
if ( same_type(v->GetType(), bro_broker::DataVal::ScriptDataType()) &&
|
||||
if ( same_type(v->GetType(), zeek::Broker::detail::DataVal::ScriptDataType()) &&
|
||||
! v->AsRecordVal()->GetField(0) )
|
||||
d.Add(" (nil $data field)");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue