mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00

All tests pass with one exception: some Broxygen tests are broken because dpd_config doesn't exist anymore. Need to update the mechanism for auto-documenting well-known ports.
9 lines
153 B
Text
9 lines
153 B
Text
#
|
|
# @TEST-EXEC: bro -b %INPUT >out
|
|
# @TEST-EXEC: btest-diff out
|
|
|
|
event bro_init()
|
|
{
|
|
local a = Analyzer::ANALYZER_PIA_TCP;
|
|
print Analyzer::name(a);
|
|
}
|