mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Add comments to reassembly classes
This commit is contained in:
parent
69d1620374
commit
0caa30076f
4 changed files with 105 additions and 3 deletions
|
@ -19,8 +19,6 @@ DataBlock::DataBlock(const u_char* data, uint64_t size, uint64_t arg_seq)
|
|||
|
||||
void DataBlockList::DataSize(uint64_t seq_cutoff, uint64_t* below, uint64_t* above) const
|
||||
{
|
||||
// TODO: add warnings that this is O(n) and slow
|
||||
|
||||
for ( const auto& e : block_map )
|
||||
{
|
||||
const auto& b = e.second;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue