Move all Val classes to the zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-06-24 16:55:28 -04:00
parent ec9eff0bd5
commit 64332ca22c
265 changed files with 3154 additions and 3086 deletions

View file

@ -240,7 +240,7 @@ bool TCP_Endpoint::DataSent(double t, uint64_t seq, int len, int caplen,
tcp_analyzer->EnqueueConnEvent(contents_file_write_failure,
Conn()->ConnVal(),
val_mgr->Bool(IsOrig()),
zeek::make_intrusive<StringVal>(buf)
zeek::make_intrusive<zeek::StringVal>(buf)
);
}
}