mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +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 |
||
---|---|---|
.. | ||
__load__.zeek | ||
const-dos-error.zeek | ||
const-nt-status.zeek | ||
consts.zeek | ||
dpd.sig | ||
files.zeek | ||
main.zeek | ||
README | ||
smb1-main.zeek | ||
smb2-main.zeek |
Support for SMB protocol analysis.