mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix minor documentation mistakes
This commit is contained in:
parent
cbb5fdffaa
commit
6a059a1cf7
4 changed files with 7 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.6-beta2-49 | 2018-10-25 18:56:02 -0500
|
||||
|
||||
* Fix minor documentation mistakes (Jon Siwek, Corelight)
|
||||
|
||||
2.6-beta2-46 | 2018-10-23 13:01:28 -0500
|
||||
|
||||
* GH-192: Generate ssh_auth_attempted for the 'none' authentication method.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-beta2-46
|
||||
2.6-beta2-49
|
||||
|
|
|
@ -112,7 +112,7 @@ Detection
|
|||
+----------------------------+---------------------------------------+---------------------------------+
|
||||
| notice.log | Bro notices | :bro:type:`Notice::Info` |
|
||||
+----------------------------+---------------------------------------+---------------------------------+
|
||||
| notice_alarm.log | The alarm stream | :bro:enum:`Notice::Info` |
|
||||
| notice_alarm.log | The alarm stream | :bro:type:`Notice::Info` |
|
||||
+----------------------------+---------------------------------------+---------------------------------+
|
||||
| signatures.log | Signature matches | :bro:type:`Signatures::Info` |
|
||||
+----------------------------+---------------------------------------+---------------------------------+
|
||||
|
|
|
@ -39,8 +39,7 @@ export {
|
|||
## Argument for the command if one is given.
|
||||
arg: string &log &optional;
|
||||
|
||||
## Libmagic "sniffed" file type if the command indicates a file
|
||||
## transfer.
|
||||
## Sniffed mime type of file.
|
||||
mime_type: string &log &optional;
|
||||
## Size of the file if the command indicates a file transfer.
|
||||
file_size: count &log &optional;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue