mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Adding missing check that a plugin's API version matches what Bro defines.
This commit is contained in:
parent
024c26d982
commit
382b946098
5 changed files with 27 additions and 9 deletions
|
@ -33,13 +33,6 @@ const char* plugin::hook_name(HookType h)
|
|||
return hook_names[int(h)];
|
||||
}
|
||||
|
||||
Configuration::Configuration()
|
||||
{
|
||||
name = "";
|
||||
description = "";
|
||||
api_version = BRO_PLUGIN_API_VERSION;
|
||||
}
|
||||
|
||||
BifItem::BifItem(const std::string& arg_id, Type arg_type)
|
||||
{
|
||||
id = arg_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue