mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
![]() 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. |
||
---|---|---|
.. | ||
active-http.bro | ||
addrs.bro | ||
conn-ids.bro | ||
dir.bro | ||
directions-and-hosts.bro | ||
exec.bro | ||
files.bro | ||
numbers.bro | ||
paths.bro | ||
patterns.bro | ||
queue.bro | ||
site.bro | ||
strings.bro | ||
thresholds.bro | ||
time.bro | ||
urls.bro |