mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Merge branch 'topic/amazingpp/irc-fuid-missing' of github.com:AmazingPP/zeek
* 'topic/amazingpp/irc-fuid-missing' of github.com:AmazingPP/zeek: Add irc_dcc_send_ack event and fix missing fields I've moved IRC_Data back into the zeek::analyzer::file namespace, but we did move the declaration from protocol/file/File.h to protocol/irc/IRC.h. But, if someone actually customized IRC_Data and didn't include protocol/irc/IRC.h for other reasons, I'll be surprised (and also just suggest to update the include).
This commit is contained in:
commit
1b69b4d26f
17 changed files with 209 additions and 107 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