mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Remove connection_successful and successful_connection_remove events
Related to https://github.com/zeek/zeek/issues/1119
This commit is contained in:
parent
2738b157ea
commit
5f435c2644
43 changed files with 364 additions and 533 deletions
|
@ -111,7 +111,7 @@ event socks_login_userpass_reply(c: connection, code: count) &priority=5
|
|||
c$socks$status = v5_status[code];
|
||||
}
|
||||
|
||||
event successful_connection_remove(c: connection)
|
||||
event connection_state_remove(c: connection)
|
||||
{
|
||||
# This will handle the case where the analyzer failed in some way and was
|
||||
# removed. We probably don't want to log these connections.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue