zeek/scripts/base
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
..
files Add more script package README files 2013-10-23 16:36:14 -05:00
frameworks Merge remote-tracking branch 'origin/fastpath' 2013-10-25 11:12:51 -07:00
misc Add UDP support to the checksum offload detection script. 2013-10-24 15:21:03 -04:00
protocols Add README files for base/protocols 2013-10-17 12:47:32 -05:00
utils Fix the dir module. 2013-10-25 18:01:46 -07:00
init-bare.bro Correct more typos in init-bare.bro 2013-10-20 21:07:39 -05:00
init-default.bro Fix typos and formatting in init-bare.bro and init-default.bro 2013-10-20 01:32:17 -05:00