mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
A set of interface changes in preparation for merging into BinPAC++
branch.
This commit is contained in:
parent
52cd02173d
commit
2002787c6e
27 changed files with 381 additions and 172 deletions
|
@ -1042,6 +1042,7 @@ static void check_dpd_config_changes()
|
|||
valdesc.PushIndent();
|
||||
v->Describe(&valdesc);
|
||||
|
||||
#if 0
|
||||
if ( tag < AnalyzerTag::Error || tag > AnalyzerTag::LastAnalyzer )
|
||||
{
|
||||
fprintf(stderr, "Warning: skipped bad analyzer tag: %i\n", tag);
|
||||
|
@ -1049,8 +1050,9 @@ static void check_dpd_config_changes()
|
|||
}
|
||||
|
||||
last_reST_doc->AddPortAnalysis(
|
||||
Analyzer::GetTagName((AnalyzerTag::Tag)tag),
|
||||
Analyzer::GetTagName((AnalyzerTag)tag),
|
||||
valdesc.Description());
|
||||
#endif
|
||||
}
|
||||
|
||||
dpd_table->RemoveAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue