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

- The HTTP analyzer now supports handling HTTP CONNECT proxies same as the SOCKS analyzer handles proxying.
11 lines
362 B
Text
11 lines
362 B
Text
# This tests that the HTTP analyzer handles HTTP CONNECT proxying correctly.
|
|
#
|
|
# @TEST-EXEC: bro -r $TRACES/http/connect-with-smtp.trace %INPUT
|
|
# @TEST-EXEC: btest-diff conn.log
|
|
# @TEST-EXEC: btest-diff http.log
|
|
# @TEST-EXEC: btest-diff smtp.log
|
|
# @TEST-EXEC: btest-diff tunnel.log
|
|
|
|
# The base analysis scripts are loaded by default.
|
|
#@load base/protocols/http
|
|
|