zeek/testing/btest/scripts/policy/frameworks
Arne Welzel 6d19c49efe intel/seen/file-names: Use file_over_new_connection()
The seen/file-names script relies on f$info$filename to be populated.
For HTTP and other network protocols, however, this field is only
populated during file_over_new_connection() that's running after
file_new().

Use the file_new() event only for files without connections and
file_over_new_connection() implies that f$conns is populated, anyway.

Special case SMB to avoid finding files twice, because there's a
custom implementation in seen/smb-filenames.zeek.

Fixes #2647
2023-01-10 10:10:28 +01:00
..
dpd Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
files files.log: Unroll and introduce uid and id fields 2022-08-16 17:22:20 +02:00
intel intel/seen/file-names: Use file_over_new_connection() 2023-01-10 10:10:28 +01:00
management/controller Management framework: expand notify_agent_hello event arguments 2022-06-03 02:12:19 -07:00
netcontrol General btest cleanup 2020-08-11 11:26:22 -07:00
software General btest cleanup 2020-08-11 11:26:22 -07:00
telemetry Introduce telemetry framework 2022-08-05 11:43:44 +02:00