base/protocols/dnp3/main.zeek
- DNP3
A very basic DNP3 analysis script that just logs requests and replies.
- Namespace:
DNP3
- Imports:
base/protocols/conn/removal-hooks.zeek, base/protocols/dnp3/consts.zeek
Summary
Redefinable Options
Well-known ports for DNP3. |
Types
Redefinitions
|
Events
Event that can be handled to access the DNP3 record as it is sent on to the logging framework. |
Hooks
DNP3 finalization hook. |
|
Detailed Interface
Redefinable Options
- DNP3::ports
-
Well-known ports for DNP3.
Types
- DNP3::Info
- Type:
- Fields:
Events
- DNP3::log_dnp3
- Type:
event(rec:DNP3::Info)
Event that can be handled to access the DNP3 record as it is sent on to the logging framework.
Hooks
- DNP3::finalize_dnp3
- Type:
DNP3 finalization hook. Remaining DNP3 info may get logged when it’s called.