We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c62c7 commit 482db8eCopy full SHA for 482db8e
src/FlowChecksLoader.cpp
@@ -163,6 +163,9 @@ void FlowChecksLoader::registerChecks() {
163
if ((fcb = new ModbusUnexpectedFunctionCode())) registerCheck(fcb);
164
if ((fcb = new ModbusTooManyExceptions())) registerCheck(fcb);
165
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);
169
if ((fcb = new QoEDegraded())) registerCheck(fcb);
170
#ifdef HAVE_NEDGE
171
if ((fcb = new NedgeBlockedFlow())) registerCheck(fcb);
0 commit comments