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

* topic/robin/http-connect: HTTP fix for output handlers. Expanding the HTTP methods used in the signature to detect HTTP traffic. Updating submodule(s). Fixing removal of support analyzers, plus some tweaking and cleanup of CONNECT code. HTTP CONNECT proxy support. BIT-1132 #merged
13 lines
416 B
Text
13 lines
416 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
|
|
|
|
@load base/protocols/conn
|
|
@load base/protocols/http
|
|
@load base/protocols/smtp
|
|
@load base/protocols/tunnels
|
|
@load base/frameworks/dpd
|