forked from zeek/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -360,8 +360,8 @@ version = main | |
[cisagov/icsnpp-modbus] | ||
credits = Brett Rasmussen <[email protected]> & Stephen Kleinheider <[email protected]> | ||
depends = | ||
zkg >=2.0 | ||
zeek >=3.0.0 | ||
zkg >=2.10 | ||
zeek >=4.2.0 | ||
description = Modbus script for detailed logging of the Modbus protocol - CISA ICSNPP | ||
script_dir = scripts | ||
tags = modbus, Modbus, ics, ICS, CISA, INL, ICSNPP, icsnpp, zeek scripting, log writer, protocol analyzer | ||
|
@@ -375,7 +375,7 @@ build_dir = build/ICSNPP_OPCUA_Binary.tgz | |
credits = Kent Kvarfordt <[email protected]> | ||
depends = | ||
zkg >=2.0 | ||
zeek >=4.0.0 | ||
zeek >=5.2.0 | ||
description = OPC Unified Architecture Binary plugin for parsing and logging of the OPC UA Binary protocol - CISA ICSNPP | ||
script_dir = build/scripts/icsnpp/opcua-binary | ||
tags = opcua, opcua_binary, opc, ICS, CISA, INL, ICSNPP, icsnpp, zeek plugin, log writer, protocol analyzer | ||
|