From 1e43dfc46aee65a3845cf17bc9207190a20387ac Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Fri, 8 Nov 2013 16:49:03 -0500 Subject: [PATCH] Fix the irc_reply event for certain server message types. --- src/analyzer/protocol/irc/IRC.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/analyzer/protocol/irc/IRC.cc b/src/analyzer/protocol/irc/IRC.cc index 71f591635f..d621ce2cce 100644 --- a/src/analyzer/protocol/irc/IRC.cc +++ b/src/analyzer/protocol/irc/IRC.cc @@ -164,7 +164,7 @@ void IRC_Analyzer::DeliverStream(int length, const u_char* line, bool orig) if ( code > 0 ) { switch ( code ) { - // Ignore unimportant messages. + /* case 1: // RPL_WELCOME case 2: // RPL_YOURHOST case 3: // RPL_CREATED @@ -183,6 +183,7 @@ void IRC_Analyzer::DeliverStream(int length, const u_char* line, bool orig) case 376: // RPL_ENDOFMOTD case 331: // RPL_NOTOPIC break; + */ // Count of users, services and servers in whole network. case 251: