Fix IRC names command parsing

This commit is contained in:
Jon Siwek 2018-09-12 19:47:57 -05:00
parent 5ce7fe615a
commit c2b18849f8
4 changed files with 21 additions and 3 deletions

View file

@ -0,0 +1,7 @@
# @TEST-EXEC: bro -C -r $TRACES/irc-353.pcap %INPUT
# @TEST-EXEC: btest-diff weird.log
event irc_names_info(c: connection, is_orig: bool, c_type: string, channel: string, users: string_set)
{
print channel, users;
}