mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Removing active mapping.
This commit is contained in:
parent
c92154994a
commit
57fe369c4e
8 changed files with 6 additions and 441 deletions
|
@ -5,7 +5,6 @@
|
|||
#ifndef reassem_h
|
||||
#define reassem_h
|
||||
|
||||
#include "Active.h"
|
||||
#include "Obj.h"
|
||||
|
||||
class DataBlock {
|
||||
|
@ -74,8 +73,6 @@ protected:
|
|||
int last_reassem_seq;
|
||||
int trim_seq; // how far we've trimmed
|
||||
|
||||
ReassemblyPolicy policy;
|
||||
|
||||
static unsigned int total_size;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue