Some more testing fixes.

This commit is contained in:
Seth Hall 2019-04-14 09:58:30 -04:00
parent 5db766bd88
commit 9d676d368b
37 changed files with 99 additions and 99 deletions

View file

@ -3,7 +3,7 @@
# @TEST-EXEC: bro -C -r $TRACES/dns-txt-multiple.trace %INPUT
# @TEST-EXEC: btest-diff .stdout
event bro_init()
event zeek_init()
{
const add_ports = { 53/udp };
Analyzer::register_for_ports(Analyzer::ANALYZER_DTLS, add_ports);