Skip to content

Commit 482db8e

Browse files
committed
Add check registration
1 parent e7c62c7 commit 482db8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FlowChecksLoader.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ void FlowChecksLoader::registerChecks() {
163163
if ((fcb = new ModbusUnexpectedFunctionCode())) registerCheck(fcb);
164164
if ((fcb = new ModbusTooManyExceptions())) registerCheck(fcb);
165165
if ((fcb = new ModbusInvalidTransition())) registerCheck(fcb);
166+
if ((fcb = new S7CommUnexpectedFunctionCode())) registerCheck(fcb);
167+
if ((fcb = new S7CommTooManyErrors())) registerCheck(fcb);
168+
if ((fcb = new S7CommInvalidTransition())) registerCheck(fcb);
166169
if ((fcb = new QoEDegraded())) registerCheck(fcb);
167170
#ifdef HAVE_NEDGE
168171
if ((fcb = new NedgeBlockedFlow())) registerCheck(fcb);

0 commit comments

Comments
 (0)