mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Minor API changes to analyzers.
This commit is contained in:
parent
d34f23c8d4
commit
d727af097b
6 changed files with 27 additions and 12 deletions
|
@ -294,8 +294,8 @@ public:
|
|||
// TCP_ENDPOINT_RESET. If gen_event is true and the connection
|
||||
// is now fully closed, a connection_finished event will be
|
||||
// generated; otherwise not.
|
||||
virtual void ConnectionClosed(TCP_Endpoint* endpoint,
|
||||
TCP_Endpoint* peer, int gen_event);
|
||||
virtual void ConnectionClosed(analyzer::tcp::TCP_Endpoint* endpoint,
|
||||
analyzer::tcp::TCP_Endpoint* peer, int gen_event);
|
||||
virtual void ConnectionFinished(int half_finished);
|
||||
virtual void ConnectionReset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue