mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58: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
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue