mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
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.
This commit is contained in:
parent
eef4858692
commit
2be985433c
28 changed files with 84 additions and 62 deletions
|
@ -88,8 +88,8 @@ public:
|
|||
|
||||
Analyzer* InstantiateAnalyzer(Tag tag, Connection* c); // Null if disabled.
|
||||
|
||||
string GetAnalyzerName(Tag tag);
|
||||
string GetAnalyzerName(Val* val);
|
||||
const string& GetAnalyzerName(Tag tag);
|
||||
const string& GetAnalyzerName(Val* val);
|
||||
Tag GetAnalyzerTag(const string& name); // Tag::ERROR when not known.
|
||||
Tag GetAnalyzerTag(const char* name); // Tag::ERROR when not known.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue