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

Now that it's loaded in bare mode, no need to load it explicitly. The main thing that tests were relying on seems to be tracking of c$service for conn.log baselines. Very few were actually checking for dpd.log
9 lines
337 B
Text
9 lines
337 B
Text
# A test case for when more than a single service is detected for a given
|
|
# (addr, port) pair.
|
|
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/ssl-and-ssh-using-sslh.trace %INPUT "Known::service_tracking = ALL_HOSTS"
|
|
# @TEST-EXEC: btest-diff known_services.log
|
|
|
|
@load base/protocols/ssh
|
|
@load base/protocols/ssl
|
|
@load protocols/conn/known-services
|