mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
flip connections that begin with SYN-ACKs if subsequent acks or data seen
This commit is contained in:
parent
35121779f1
commit
847963e94d
3 changed files with 48 additions and 22 deletions
|
@ -230,6 +230,9 @@ public:
|
|||
|
||||
void AddHistory(char code) { history += code; }
|
||||
|
||||
const std::string& GetHistory() const { return history; }
|
||||
void ReplaceHistory(std::string new_h) { history = std::move(new_h); }
|
||||
|
||||
// Sets the root of the analyzer tree as well as the primary PIA.
|
||||
void SetSessionAdapter(packet_analysis::IP::SessionAdapter* aa, analyzer::pia::PIA* pia);
|
||||
packet_analysis::IP::SessionAdapter* GetSessionAdapter() { return adapter; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue