Require spicy for spicy.analyzer-id btest

This commit is contained in:
Tim Wojtulewicz 2024-12-20 14:25:04 -07:00
parent 15a506a5b7
commit eb8f99da92

View file

@ -1,6 +1,8 @@
#@TEST-DOC: Test that analyzer ID set for spicy protocol analyzers
#@TEST-EXEC: zeek -r $TRACES/postgresql/psql-aws-ssl-preferred.pcap %INPUT > out
#@TEST-EXEC: btest-diff out
# @TEST-DOC: Test that analyzer ID set for spicy protocol analyzers
# @TEST-REQUIRES: have-spicy
#
# @TEST-EXEC: zeek -r $TRACES/postgresql/psql-aws-ssl-preferred.pcap %INPUT > out
# @TEST-EXEC: btest-diff out
event PostgreSQL::ssl_request(c: connection) {
print c$uid, "PostgreSQL::ssl_request", current_analyzer();