mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

Other misc: - Remove HTTP::MD5 notice. - Add "last_active" field to FileAnalysis::Info record. - Replace "conn_uids", "conn_ids" fields in FileAnalysis::Info record with just a "conns" fields containing full connection records. - The http-methods unit test is failing now, but I think it will be fixed once I change the file handle callback mechanism to use events instead.
5 lines
185 B
Text
5 lines
185 B
Text
# @TEST-EXEC: bro -C -r $TRACES/web.trace %INPUT
|
|
# @TEST-EXEC: btest-diff http.log
|
|
# @TEST-EXEC: btest-diff http-item-BFymS6bFgT3-0.dat
|
|
|
|
redef HTTP::extract_file_types += /text\/html/;
|