mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
parent
c8839da069
commit
0325b5ea32
2 changed files with 21 additions and 3 deletions
|
@ -99,7 +99,7 @@ event irc_dcc_message(c: connection, is_orig: bool,
|
|||
return;
|
||||
c$irc$dcc_file_name = argument;
|
||||
c$irc$dcc_file_size = size;
|
||||
local p = to_port(dest_port, tcp);
|
||||
local p = count_to_port(dest_port, tcp);
|
||||
expect_connection(to_addr("0.0.0.0"), address, p, ANALYZER_FILE, 5 min);
|
||||
dcc_expected_transfers[address, p] = c$irc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue