mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Merge branch 'patch-6' of https://github.com/moshekaplan/bro
* 'patch-6' of https://github.com/moshekaplan/bro: Update init-bare.bro
This commit is contained in:
commit
b00e9ba338
1 changed files with 2 additions and 1 deletions
|
@ -395,9 +395,10 @@ type fa_file: record {
|
||||||
## extracted as part of the file analysis.
|
## extracted as part of the file analysis.
|
||||||
parent_id: string &optional;
|
parent_id: string &optional;
|
||||||
|
|
||||||
## An identification of the source of the file data. E.g. it may be
|
## An identification of the source of the file data. E.g. it may be
|
||||||
## a network protocol over which it was transferred, or a local file
|
## a network protocol over which it was transferred, or a local file
|
||||||
## path which was read, or some other input source.
|
## path which was read, or some other input source.
|
||||||
|
## Examples are: "HTTP", "SMTP", "IRC_DATA", or the file path.
|
||||||
source: string;
|
source: string;
|
||||||
|
|
||||||
## If the source of this file is a network connection, this field
|
## If the source of this file is a network connection, this field
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue