mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Merge remote-tracking branch 'origin/master' into topic/johanna/remove-serializer
# Conflicts: # src/File.cc # src/File.h # src/StateAccess.h # src/bro.bif
This commit is contained in:
commit
7ae5c7d1b4
68 changed files with 394 additions and 747 deletions
|
@ -106,9 +106,6 @@ void TCP_Reassembler::SetContentsFile(BroFile* f)
|
|||
RecordToSeq(blocks->seq, last_reassem_seq, f);
|
||||
}
|
||||
|
||||
// Don't want rotation on these files.
|
||||
f->SetRotateInterval(0);
|
||||
|
||||
Ref(f);
|
||||
record_contents_file = f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue