mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix whitespace in connection record comments
This commit is contained in:
parent
26af1f55af
commit
b811f7cee3
3 changed files with 8 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
3.2.0-dev.222 | 2020-03-11 16:39:53 -0700
|
||||
|
||||
* Fix whitespace in connection record comments (Jon Siwek, Corelight)
|
||||
|
||||
3.2.0-dev.221 | 2020-03-11 11:21:20 -0700
|
||||
|
||||
* Made additional MySQL fixes. (Vlad Grigorescu)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.2.0-dev.221
|
||||
3.2.0-dev.222
|
||||
|
|
|
@ -433,9 +433,9 @@ 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".
|
||||
## 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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue