base/protocols/modbus/main.bro

Modbus

Base Modbus analysis script.

Namespace:Modbus
Imports:base/protocols/modbus/consts.bro
Source File:/scripts/base/protocols/modbus/main.bro

Summary

Types

Modbus::Info: record  

Events

Modbus::log_modbus: event Event that can be handled to access the Modbus record as it is sent on to the logging framework.

Detailed Interface

Types

Modbus::Info
Type:

record

ts: time &log

Time of the request.

uid: string &log

Unique identifier for the connection.

id: conn_id &log

Identifier for the connection.

func: string &log &optional

The name of the function message that was sent.

exception: string &log &optional

The exception if the response was a failure.

track_address: count &default = 0 &optional

(present if policy/protocols/modbus/track-memmap.bro is loaded)

Events

Modbus::log_modbus
Type:event (rec: Modbus::Info)

Event that can be handled to access the Modbus record as it is sent on to the logging framework.


Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.