mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
fixing some missing log lines in smb_files.log
This commit is contained in:
parent
1ee96516e8
commit
328ab79025
4 changed files with 5 additions and 3 deletions
|
@ -65,5 +65,7 @@ event file_over_new_connection(f: fa_file, c: connection, is_orig: bool) &priori
|
|||
|
||||
if ( c$smb_state$current_file?$name )
|
||||
f$info$filename = c$smb_state$current_file$name;
|
||||
write_file_log(c$smb_state);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue