zeek/testing/btest/bifs/analyzer_name.bro
Robin Sommer 2be985433c Test-suite passes.
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.
2013-03-26 15:40:23 -07:00

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);
}