mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

- Use `-b` most everywhere, it will save time. - Start some intel tests upon the input file being fully read instead of at an arbitrary time. - Improve termination condition for some sumstats/cluster tests. - Filter uninteresting output from some supervisor tests. - Test for `notice_policy.log` is no longer needed.
8 lines
288 B
Text
8 lines
288 B
Text
# This tests the PE analyzer against a PCAP of 4 PE files being downloaded via FTP.
|
|
# The files are a mix of DLL/EXEs, signed/unsigned, and 32/64-bit files.
|
|
|
|
# @TEST-EXEC: zeek -b -r $TRACES/pe/pe.trace %INPUT
|
|
# @TEST-EXEC: btest-diff pe.log
|
|
|
|
@load base/protocols/ftp
|
|
@load base/files/pe
|