mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/2276-smb2-delete-on-close'
* origin/topic/awelzel/2276-smb2-delete-on-close: smb2: Raise smb2_file_delete for CREATE with FILE_DELETE_ON_CLOSE
This commit is contained in:
commit
265fa83a24
7 changed files with 81 additions and 1 deletions
|
@ -0,0 +1,8 @@
|
|||
# @TEST-EXEC: zeek -C -r $TRACES/smb/smb2.delete-on-close-perms-delete-existing.pcap policy/protocols/smb/log-cmds
|
||||
# @TEST-EXEC: btest-diff smb_files.log
|
||||
# @TEST-EXEC: btest-diff smb_cmd.log
|
||||
|
||||
@load base/protocols/smb
|
||||
|
||||
redef SMB::logged_file_actions += { SMB::FILE_READ, SMB::FILE_WRITE };
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue