mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Review/fix/change file reassembly functionality.
- Re-arrange how some fa_file fields (e.g. source, connection info, mime type) get updated/set for consistency. - Add more robust mechanisms for flushing the reassembly buffer. The goal being to report all gaps and deliveries to file analyzers regardless of the state of the reassembly buffer at the time it has to be flushed.
This commit is contained in:
parent
edaf7edc11
commit
cbbe7b52dc
26 changed files with 370 additions and 238 deletions
|
@ -11,9 +11,6 @@ namespace analyzer { namespace tcp {
|
|||
|
||||
class TCP_Analyzer;
|
||||
|
||||
const int STOP_ON_GAP = 1;
|
||||
const int PUNT_ON_PARTIAL = 1;
|
||||
|
||||
class TCP_Reassembler : public Reassembler {
|
||||
public:
|
||||
enum Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue