Add irc_dcc_send_ack event and fix missing fields

This commit is contained in:
Fupeng Zhao 2023-04-13 14:59:27 +00:00 committed by mAsk°
parent b739bdbbfb
commit 161ffb4192
14 changed files with 172 additions and 102 deletions

View file

@ -15,6 +15,8 @@ public:
{
AddComponent(
new zeek::analyzer::Component("IRC", zeek::analyzer::irc::IRC_Analyzer::Instantiate));
AddComponent(
new zeek::analyzer::Component("IRC_Data", zeek::analyzer::irc::IRC_Data::Instantiate));
zeek::plugin::Configuration config;
config.name = "Zeek::IRC";