mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move BroString to zeek namespace
This commit is contained in:
parent
464efbe66a
commit
58c6e10b62
54 changed files with 317 additions and 303 deletions
|
@ -448,8 +448,8 @@ void TCP_Reassembler::Overlap(const u_char* b1, const u_char* b2, uint64_t n)
|
|||
// we've ever seen for the connection.
|
||||
(n > 1 || endp->peer->HasDoneSomething()) )
|
||||
{
|
||||
BroString* b1_s = new BroString((const u_char*) b1, n, false);
|
||||
BroString* b2_s = new BroString((const u_char*) b2, n, false);
|
||||
zeek::BroString* b1_s = new zeek::BroString((const u_char*) b1, n, false);
|
||||
zeek::BroString* b2_s = new zeek::BroString((const u_char*) b2, n, false);
|
||||
|
||||
tcp_analyzer->EnqueueConnEvent(rexmit_inconsistency,
|
||||
tcp_analyzer->ConnVal(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue