policy/protocols/modbus/known-masters-slaves.bro
- 
Known 
Script for tracking known Modbus masters and slaves.
Todo
This script needs a lot of work.  What might be more interesting
is to track master/slave relationships based on commands sent and
successful (non-exception) responses.
 
Detailed Interface
State Variables
- 
Known::modbus_nodes 
- 
The Modbus nodes being tracked.
 
 
Types
- 
Known::ModbusDeviceType 
| Type: | enum 
- 
Known::MODBUS_MASTER 
 
- 
Known::MODBUS_SLAVE 
 
 | 
- 
Known::ModbusInfo 
- 
 
 
Events
- 
Known::log_known_modbus 
- 
Event that can be handled to access the loggable record as it is sent
on to the logging framework.