Fix missing "irc-dcc-data" service field from IRC DCC connections.

This commit is contained in:
Jon Siwek 2014-05-01 14:08:07 -05:00
parent 385438d47c
commit 5b9d190f2c
3 changed files with 13 additions and 1 deletions

View file

@ -76,7 +76,7 @@ event irc_dcc_message(c: connection, is_orig: bool,
dcc_expected_transfers[address, p] = c$irc;
}
event expected_connection_seen(c: connection, a: Analyzer::Tag) &priority=10
event scheduled_analyzer_applied(c: connection, a: Analyzer::Tag) &priority=10
{
local id = c$id;
if ( [id$resp_h, id$resp_p] in dcc_expected_transfers )