mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Require spicy for spicy.analyzer-id btest
This commit is contained in:
parent
15a506a5b7
commit
eb8f99da92
1 changed files with 5 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue