mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38: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
|
@ -452,11 +452,6 @@ type connection: record {
|
|||
|
||||
## The inner VLAN, if applicable for this connection.
|
||||
inner_vlan: int &optional;
|
||||
|
||||
## Flag that will be true if :zeek:see:`connection_successful` has
|
||||
## already been generated for the connection. See the documentation of
|
||||
## that event for a definition of what makes a connection "succesful".
|
||||
successful: bool;
|
||||
};
|
||||
|
||||
## Default amount of time a file can be inactive before the file analysis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue