mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Merge branch 'master' of https://github.com/marktayl/bro
* 'master' of https://github.com/marktayl/bro: Better multi-space separator handling. Also tweak multi-space separator handline some more and add test-case triggering the new behavior.
This commit is contained in:
commit
baa3cd986c
7 changed files with 53 additions and 37 deletions
|
@ -1,10 +1,9 @@
|
|||
# Test IRC events
|
||||
|
||||
# @TEST-EXEC: bro -r $TRACES/irc-dcc-send.trace %INPUT
|
||||
# @TEST-EXEC: cp .stdout out
|
||||
# @TEST-EXEC: bro -r $TRACES/irc-basic.trace %INPUT
|
||||
# @TEST-EXEC: cat .stdout >>out
|
||||
# @TEST-EXEC: btest-diff out
|
||||
# @TEST-EXEC: bro -r $TRACES/irc-whitespace.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff .stdout
|
||||
|
||||
event irc_privmsg_message(c: connection, is_orig: bool, source: string, target: string, message: string)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue