zeek/scripts/base/protocols
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
..
conn lint fixes: ensuring functions return values, robustness to nil Val's 2021-03-18 08:21:19 -07:00
dce-rpc Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
dhcp Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
dnp3 Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
dns Fixes to decode_netbios_name and decode_netbios_name_type BIFs 2021-04-27 15:27:04 -07:00
ftp &is_set => &is_assigned 2021-02-04 12:18:46 -08:00
http Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
imap Merge remote-tracking branch 'origin/topic/seth/zeek_init' 2019-04-19 11:24:29 -07:00
irc Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
krb Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
modbus Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
mqtt Disable MQTT by default 2019-08-05 17:04:39 -07:00
mysql Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
ntlm Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
ntp &is_set => &is_assigned 2021-02-04 12:18:46 -08:00
pop3 Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
radius Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
rdp Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
rfb Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
sip Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
smb Fix SMB tests on Apple M1. 2021-06-29 20:17:02 +02:00
smtp GH-1352: Added flag to stop processing SMTP headers in attached 2021-01-21 14:55:10 -05:00
snmp Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
socks Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
ssh Merge remote-tracking branch 'origin/topic/bbannier/issue-1590' 2021-06-17 10:52:49 +01:00
ssl low-level tidying / documentation tweaks 2021-05-05 16:50:29 -07:00
syslog Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
tunnels Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
xmpp Merge remote-tracking branch 'origin/topic/seth/zeek_init' 2019-04-19 11:24:29 -07:00