mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
FileAnalysis: separating IRC/FTP data analyzers.
It simplifies the file handle string callbacks.
This commit is contained in:
parent
59ed5c75f1
commit
661677d452
37 changed files with 156 additions and 95 deletions
|
@ -9,7 +9,7 @@ function get_file_handle(c: connection, is_orig: bool): string
|
|||
{
|
||||
if ( ! c?$smtp ) return "";
|
||||
|
||||
return fmt("%s smtp(%s, %s)", c$start_time, c$smtp$trans_depth,
|
||||
return fmt("%s %s %s %s", ANALYZER_SMTP, c$start_time, c$smtp$trans_depth,
|
||||
c$smtp_state$mime_level);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue