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

These traces contain different protocols being used by originator/responder. Traces from GH-4251
10 lines
435 B
Text
10 lines
435 B
Text
# This test checks behavior when the originator and responder protocols
|
|
# differ - e.g. when a HTTPS client connects to a HTTP port.
|
|
#
|
|
# @TEST-EXEC: zeek -r ${TRACES}/http/http-to-ssh.pcap
|
|
# @TEST-EXEC: mv conn.log conn-http-to-ssh.log
|
|
# @TEST-EXEC: zeek -r ${TRACES}/tls/https-to-http.pcap
|
|
# @TEST-EXEC: mv conn.log conn-https-to-http.log
|
|
# @TEST-EXEC: btest-diff conn-http-to-ssh.log
|
|
# @TEST-EXEC: btest-diff conn-https-to-http.log
|
|
|