mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
7 lines
220 B
Text
7 lines
220 B
Text
# @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;
|
|
}
|