mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Write NetControl framework documentation.
In the process, some of the script documentation of the NetControl framework was also updated.
This commit is contained in:
parent
3b55a917ac
commit
f1267b0b94
78 changed files with 1918 additions and 142 deletions
10
doc/frameworks/netcontrol-1-drop-with-debug.bro
Normal file
10
doc/frameworks/netcontrol-1-drop-with-debug.bro
Normal file
|
@ -0,0 +1,10 @@
|
|||
event NetControl::init()
|
||||
{
|
||||
local debug_plugin = NetControl::create_debug(T);
|
||||
NetControl::activate(debug_plugin, 0);
|
||||
}
|
||||
|
||||
event connection_established(c: connection)
|
||||
{
|
||||
NetControl::drop_connection(c$id, 20 secs);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue