From f8587e643a5095bb1b244bed1dfd18ff836d6db8 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Thu, 15 Sep 2016 12:28:17 -0400 Subject: [PATCH] Update init-bare.bro --- scripts/base/init-bare.bro | 1 + 1 file changed, 1 insertion(+) 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