mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Fix IRC names command parsing
This commit is contained in:
parent
5ce7fe615a
commit
c2b18849f8
4 changed files with 21 additions and 3 deletions
7
testing/btest/scripts/base/protocols/irc/names-weird.bro
Normal file
7
testing/btest/scripts/base/protocols/irc/names-weird.bro
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue