Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
249 B
Plaintext

# @TEST-EXEC: zeek -b -r $TRACES/http/get.trace $SCRIPTS/file-analysis-test.zeek %INPUT >get.out
# @TEST-EXEC: btest-diff get.out
# @TEST-EXEC: test ! -s Cx92a0ym5R8-file
@load base/protocols/http
event file_new(f: fa_file)
{
Files::stop(f);
}