zeek/scripts/base
Robin Sommer 369e42a6e4 Fix SMB tests on Apple M1.
Due to different double precision on M1, file IDs for SMB could end up
changing on M1 because the access time of a file goes into their
computation. The real solution for this would be changing Zeek's
internal "time" representation to uint64; that's planned, but requires
major surgery. For now, this PR changes the SMB code to also pass SMB's
original time representation (which is a uint64) into script-land, and
then use that for computing the file ID.

Closes #1406
2021-06-29 20:17:02 +02:00
..
files Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
frameworks Merge remote-tracking branch 'origin/topic/johanna/remove-stepping-stone' 2021-06-21 16:14:25 -07:00
misc Tweak find-filtered-trace to not flag traces if they have non-TCP 2020-09-25 11:29:44 +00:00
packet-protocols Add base class for IP-based packet analyzers 2021-05-18 11:52:03 -07:00
protocols Fix SMB tests on Apple M1. 2021-06-29 20:17:02 +02:00
utils lint fixes: ensuring functions return values, robustness to nil Val's 2021-03-18 08:21:19 -07:00
init-bare.zeek Fix SMB tests on Apple M1. 2021-06-29 20:17:02 +02:00
init-default.zeek Add backtrace() and print_backtrace() 2020-07-03 14:09:31 -07:00
init-frameworks-and-bifs.zeek GH-1122: Allow initializing globals with calls to subdir BIFs 2020-08-27 12:20:37 -07:00