base/frameworks/openflow/plugins/log.bro
- 
OpenFlow 
OpenFlow plugin that outputs flow-modification commands
to a Bro log file.
Detailed Interface
Types
- 
OpenFlow::Info 
- 
The record type which contains column fields of the OpenFlow log.
 
 
Events
- 
OpenFlow::log_openflow 
- 
Event that can be handled to access the OpenFlow::Info
record as it is sent on to the logging framework.
 
 
Functions
- 
OpenFlow::log_new 
- 
Log controller constructor.
| Dpid: | OpenFlow switch datapath id. | 
| Success_event: | If true, flow_mod_success is raised for each logged line. | 
| Returns: | OpenFlow::Controller record. |