mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Use DataBlock value instead of pointer in reassembly map
This commit is contained in:
parent
e1e779e90b
commit
69d1620374
6 changed files with 169 additions and 129 deletions
|
@ -87,7 +87,7 @@ private:
|
|||
void Gap(uint64_t seq, uint64_t len);
|
||||
|
||||
void RecordToSeq(uint64_t start_seq, uint64_t stop_seq, BroFile* f);
|
||||
void RecordBlock(const DataBlock* b, BroFile* f);
|
||||
void RecordBlock(const DataBlock& b, BroFile* f);
|
||||
void RecordGap(uint64_t start_seq, uint64_t upper_seq, BroFile* f);
|
||||
|
||||
void BlockInserted(DataBlockMap::const_iterator it) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue