mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Removing Broxygen's dpd_config magic.
The table doesn't exist anymore. The functionality has been replaced with a function call but I can't really see how to get it out of there. We could get it from the analyzer manager, however then we can't tie it back to a script anymore. What we could do eventually is add this to the information about the analyzer plugin.
This commit is contained in:
parent
ea9fd74fc5
commit
7b50f97d39
2 changed files with 2 additions and 63 deletions
|
@ -1081,8 +1081,7 @@ decl:
|
|||
add_global($2, $3, $4, $5, $6, VAR_REDEF);
|
||||
|
||||
if ( generate_documentation &&
|
||||
! streq("capture_filters", $2->Name()) &&
|
||||
! streq("dpd_config", $2->Name()) )
|
||||
! streq("capture_filters", $2->Name()) )
|
||||
{
|
||||
ID* fake_id = create_dummy_id($2, $2->Type());
|
||||
BroDocObj* o = new BroDocObj(fake_id, reST_doc_comments, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue