mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Merge branch 'smb2-fix' of https://github.com/mauropalumbo75/zeek
* 'smb2-fix' of https://github.com/mauropalumbo75/zeek: added test and pcap files for smb_files.log fix fixing some missing log lines in smb_files.log
This commit is contained in:
commit
2d8acab664
7 changed files with 42 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
|||
# @TEST-EXEC: bro -C -r $TRACES/smb/smb2readwrite.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff smb_files.log
|
||||
# @TEST-EXEC: btest-diff files.log
|
||||
# @TEST-EXEC: test ! -f dpd.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