mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

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
1 line
41 B
Text
1 line
41 B
Text
031d8095bb5ec19f2bf8f892d26d3fdd39350983
|