mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Add irc_dcc_send_ack event and fix missing fields
This commit is contained in:
parent
b739bdbbfb
commit
161ffb4192
14 changed files with 172 additions and 102 deletions
|
@ -97,7 +97,7 @@ function log_dcc(f: fa_file)
|
|||
}
|
||||
}
|
||||
|
||||
event file_new(f: fa_file) &priority=-5
|
||||
event file_sniff(f: fa_file, meta: fa_metadata) &priority=-5
|
||||
{
|
||||
if ( f$source == "IRC_DATA" )
|
||||
log_dcc(f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue