zeek/scripts
Bernhard Amann 4b0ee2e7ca Fix the dir module.
Internally, Dir kept track of the files in directory
by storing all inode numbers in a set. However, when a file
is deleted and a new file is created in a directory, the old
file may get the same inode number as the old one. In this
case, bro did not notice the new file.

The patch simply changes the indexing of files - now files
are indexed by inode and creation time.

This should fix the scripts.base.utils.dir test failures.
2013-10-25 18:01:46 -07:00
..
base Fix the dir module. 2013-10-25 18:01:46 -07:00
policy Add more script package README files 2013-10-23 16:36:14 -05:00
site Removing ICSI notary from default site config. 2013-10-09 13:22:25 -07:00
CMakeLists.txt Don't install test-all-policy.bro script as it's for testing only. 2011-10-12 12:42:12 -05:00
test-all-policy.bro File extraction tweaks. 2013-08-23 11:57:07 -05:00