mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -1 +1 @@
|
||||||
Subproject commit bf734622dceaafaf7a481185efd22bd7cc805f9b
|
Subproject commit c7b1dfd38ec6c42729f8c462eef6457a8dd948b6
|
2
doc
2
doc
|
@ -1 +1 @@
|
||||||
Subproject commit 5acafa0d340a6f4096dccbe69b8fb62d7c9ce87f
|
Subproject commit c0092fab7b28c029eddb6b9b654f6096d8e4456a
|
|
@ -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 )
|
if ( c$smb_state$current_file?$name )
|
||||||
f$info$filename = c$smb_state$current_file$name;
|
f$info$filename = c$smb_state$current_file$name;
|
||||||
|
write_file_log(c$smb_state);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6e93c5546a4770d513fb57213d7b29e39e12bf4d
|
Subproject commit b822eeed58c4a1ee3781f1f8c8a19fd590dc4a04
|
Loading…
Add table
Add a link
Reference in a new issue