mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Add new Session base class
This is mostly code copied from the existing Connection class, as that class now inherits from Session.
This commit is contained in:
parent
c752d76052
commit
8fbab9408a
8 changed files with 618 additions and 319 deletions
|
@ -143,7 +143,7 @@ protected:
|
|||
void CheckRecording(bool need_contents, TCP_Flags flags);
|
||||
void CheckPIA_FirstPacket(bool is_orig, const IP_Hdr* ip);
|
||||
|
||||
friend class detail::ConnectionTimer;
|
||||
friend class detail::SessionTimer;
|
||||
void AttemptTimer(double t);
|
||||
void PartialCloseTimer(double t);
|
||||
void ExpireTimer(double t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue