Skip to content

Commit

Permalink
Update aggregated metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeek-bot committed Jul 23, 2024
1 parent e1f3eba commit db15e40
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions aggregate.meta
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,19 @@ test_command = cd tests && btest -c btest.cfg
url = https://github.com/cisagov/icsnpp-ethercat
version = main

[cisagov/icsnpp-ge-srtp.git]
build_command = mkdir -p build && cd build && SPICYZ=$(command -v spicyz || echo %(package_base)s/spicy-plugin/build/bin/spicyz) cmake .. && cmake --build .
depends =
zeek >=6.0.0
description = GE-SRTP is a proprietary protocol used for communication between a GE PLC and a GE HMI.
The GE-SRTP protocol parser is based off of the research paper that can be accessed at https://digitalcommons.newhaven.edu/electricalcomputerengineering-facpubs/70/
Like Modbus, the GE-SRTP protocol can read both discrete and analog inputs.
script_dir = scripts
summary = GE_-SRTP is a proprietary protocol used for communication between a GE PLC and a GE HMI.
test_command = cd testing && btest -c btest.cfg
url = https://github.com/cisagov/icsnpp-ge-srtp.git
version = develop

[cisagov/icsnpp-genisys]
build_command = mkdir -p build && cd build && SPICYZ=$(command -v spicyz || echo %(package_base)s/spicy-plugin/build/bin/spicyz) cmake .. && cmake --build .
credits = Seth Grover <seth.grover@inl.gov>
Expand Down

0 comments on commit db15e40

Please sign in to comment.