mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
10 lines
407 B
Text
10 lines
407 B
Text
# This tests that the contents of a DCC transfer negotiated with IRC can be
|
|
# correctly extracted.
|
|
|
|
# @TEST-EXEC: bro -r $TRACES/irc-dcc-send.trace %INPUT
|
|
# @TEST-EXEC: btest-diff irc.log
|
|
# @TEST-EXEC: btest-diff irc-dcc-item-wqKMAamJVSb.dat
|
|
# @TEST-EXEC: bro -r $TRACES/irc-dcc-send.trace %INPUT IRC::extraction_prefix="test"
|
|
# @TEST-EXEC: test -e test-wqKMAamJVSb.dat
|
|
|
|
redef IRC::extract_file_types=/.*/;
|