Fix minor documentation mistakes

This commit is contained in:
Jon Siwek 2018-10-25 18:56:02 -05:00
parent cbb5fdffaa
commit 6a059a1cf7
4 changed files with 7 additions and 4 deletions

View file

@ -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.

View file

@ -1 +1 @@
2.6-beta2-46
2.6-beta2-49

View file

@ -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` |
+----------------------------+---------------------------------------+---------------------------------+

View file

@ -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;