mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Fix some warnings from sphinx when building docs.
This commit is contained in:
parent
5508a5bb80
commit
e0805498c6
3 changed files with 8 additions and 9 deletions
|
@ -59,7 +59,7 @@ export {
|
||||||
};
|
};
|
||||||
|
|
||||||
## Enum to represent where data came from when it was discovered.
|
## Enum to represent where data came from when it was discovered.
|
||||||
## The convenction is to prefix the name with "IN_".
|
## The convention is to prefix the name with ``IN_``.
|
||||||
type Where: enum {
|
type Where: enum {
|
||||||
## A catchall value to represent data of unknown provenance.
|
## A catchall value to represent data of unknown provenance.
|
||||||
IN_ANYWHERE,
|
IN_ANYWHERE,
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
Collective Intelligence Framework Integration
|
The scripts in this module are for deeper integration with the
|
||||||
=============================================
|
Collective Intelligence Framework (CIF) since Bro's Intel framework
|
||||||
|
doesn't natively behave the same as CIF nor does it store and maintain
|
||||||
The scripts in this module are for deeper integration with the Collective Intelligence
|
the same data in all cases.
|
||||||
Framework (CIF) since Bro's Intel framework doesn't natively behave the same as CIF nor
|
|
||||||
does it store and maintain the same data in all cases.
|
|
||||||
|
|
|
@ -2,11 +2,12 @@
|
||||||
##! changes as they are discovered.
|
##! changes as they are discovered.
|
||||||
##!
|
##!
|
||||||
##! .. todo: Not all register reads and write functions are being supported yet.
|
##! .. todo: Not all register reads and write functions are being supported yet.
|
||||||
module Modbus;
|
|
||||||
|
|
||||||
@load base/protocols/modbus
|
@load base/protocols/modbus
|
||||||
@load base/utils/directions-and-hosts
|
@load base/utils/directions-and-hosts
|
||||||
|
|
||||||
|
module Modbus;
|
||||||
|
|
||||||
export {
|
export {
|
||||||
redef enum Log::ID += { Modbus::REGISTER_CHANGE_LOG };
|
redef enum Log::ID += { Modbus::REGISTER_CHANGE_LOG };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue