mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Merge branch 'topic/robin/http-connect'
* 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
This commit is contained in:
commit
d6d26a3ea7
16 changed files with 244 additions and 59 deletions
13
testing/btest/scripts/base/protocols/http/http-connect.bro
Normal file
13
testing/btest/scripts/base/protocols/http/http-connect.bro
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue