mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Minor fix to file/protocol analyzer plugin reference doc.
This commit is contained in:
parent
99c89b42d7
commit
238e4a8d5c
1 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@ static void WriteAnalyzerTagDefn(FILE* f, EnumType* e, const string& module)
|
|||
dummy_id->MakeType();
|
||||
|
||||
list<string>* r = new list<string>();
|
||||
r->push_back("Unique identifiers for protocol analyzers.");
|
||||
r->push_back("Unique identifiers for analyzers.");
|
||||
|
||||
BroDocObj bdo(dummy_id, r, true);
|
||||
|
||||
|
@ -622,7 +622,7 @@ void CreateFileAnalyzerDoc(const char* filename)
|
|||
FILE* f = fopen(filename, "w");
|
||||
|
||||
fprintf(f, "File Analyzer Reference\n");
|
||||
fprintf(f, "===========================\n\n");
|
||||
fprintf(f, "=======================\n\n");
|
||||
|
||||
WriteAnalyzerTagDefn(f, file_mgr->GetTagEnumType(), "Files");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue