mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/reassembly-improvements-map'
* origin/topic/jsiwek/reassembly-improvements-map: Rename a reassembly DataBlockList function Add comments to reassembly classes Use DataBlock value instead of pointer in reassembly map Remove linked list from reassembly data structures Use an std::map for reassembly DataBlock searches Refactor Reassembler/DataBlock bookkeeping Reorganize reassembly data structures Remove a superfluous reassembler DataBlock member
This commit is contained in:
commit
c23764483d
11 changed files with 675 additions and 399 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
const FragReassemblerKey& Key() const { return key; }
|
||||
|
||||
protected:
|
||||
void BlockInserted(DataBlock* start_block) override;
|
||||
void BlockInserted(DataBlockMap::const_iterator it) override;
|
||||
void Overlap(const u_char* b1, const u_char* b2, uint64_t n) override;
|
||||
void Weird(const char* name) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue