mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
More bro-to-zeek renaming in the unit tests
This commit is contained in:
parent
72b46268f7
commit
3f9e7138bd
71 changed files with 141 additions and 136 deletions
|
@ -1,8 +1,9 @@
|
|||
# This tests how Bro deals with encrypted connections. Right now, it doesn't log them as it
|
||||
# can't parse much of value. We're testing for an empty mysql.log file.
|
||||
# This tests how Zeek deals with encrypted connections. Right now, it
|
||||
# doesn't log them as it can't parse much of value. We're testing for an
|
||||
# empty mysql.log file.
|
||||
|
||||
# @TEST-EXEC: touch mysql.log
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/mysql/encrypted.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff mysql.log
|
||||
|
||||
@load base/protocols/mysql
|
||||
@load base/protocols/mysql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue