diff --git a/scripts/base/init-bare.bro b/scripts/base/init-bare.bro index 855a35a28a..a66227636c 100644 --- a/scripts/base/init-bare.bro +++ b/scripts/base/init-bare.bro @@ -398,6 +398,7 @@ type fa_file: record { ## 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 ## path which was read, or some other input source. + ## Some specific examples include: "HTTP", "SMTP", "IRC_DATA", and the file path. source: string; ## If the source of this file is a network connection, this field