NetControl¶Debugging plugin for the NetControl framework, providing insight into executed operations.
| Namespace: | NetControl |
|---|---|
| Imports: | base/frameworks/netcontrol/main.bro, base/frameworks/netcontrol/plugin.bro |
| Source File: | /scripts/base/frameworks/netcontrol/plugins/debug.bro |
NetControl::create_debug: function |
Instantiates a debug plugin for the NetControl framework. |
NetControl::create_debug¶| Type: | function (do_something: bool) : NetControl::PluginState |
|---|
Instantiates a debug plugin for the NetControl framework. The debug plugin simply logs the operations it receives.
| Do_something: | If true, the plugin will claim it supports all operations; if false, it will indicate it doesn’t support any. |
|---|