Merge branch 'topic/christian/inputframework-paths' of https://github.com/ckreibich/zeek

* 'topic/christian/inputframework-paths' of https://github.com/ckreibich/zeek:
  Source file path control for Input and Intel frameworks
This commit is contained in:
Jon Siwek 2019-03-18 11:45:35 -07:00
commit f19db92508
41 changed files with 502 additions and 10 deletions

7
NEWS
View file

@ -42,6 +42,13 @@ New Functionality
for ( key, value in t )
print key, value;
- Added options for controlling the source path/prefix for Input and
Intel framework files:
- InputAscii::path_prefix
- InputBinary::path_prefix
- Intel::path_prefix
Changed Functionality
---------------------