mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58: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
|
@ -71,6 +71,23 @@ Files
|
|||
| x509.log | X.509 certificate info | :bro:type:`X509::Info` |
|
||||
+----------------------------+---------------------------------------+---------------------------------+
|
||||
|
||||
NetControl
|
||||
----------
|
||||
|
||||
+------------------------------+---------------------------------------+------------------------------------------+
|
||||
| Log File | Description | Field Descriptions |
|
||||
+==============================+=======================================+==========================================+
|
||||
| netcontrol.log | NetControl actions | :bro:type:`NetControl::Info` |
|
||||
+------------------------------+---------------------------------------+------------------------------------------+
|
||||
| netcontrol_drop.log | NetControl actions | :bro:type:`NetControl::DropInfo` |
|
||||
+------------------------------+---------------------------------------+------------------------------------------+
|
||||
| netcontrol_shunt.log | NetControl shunt actions | :bro:type:`NetControl::ShuntInfo` |
|
||||
+------------------------------+---------------------------------------+------------------------------------------+
|
||||
| netcontrol_catch_release.log | NetControl catch and release actions | :bro:type:`NetControl::CatchReleaseInfo` |
|
||||
+------------------------------+---------------------------------------+------------------------------------------+
|
||||
| openflow.log | OpenFlow debug log | :bro:type:`OpenFlow::Info` |
|
||||
+------------------------------+---------------------------------------+------------------------------------------+
|
||||
|
||||
Detection
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue