From 1c87ef18a1509405a488050197333c168b18e75d Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 26 Jul 2023 21:33:43 -0400 Subject: [PATCH] #297 added tone packet to valid MGMT packet types --- scada-common/comms.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scada-common/comms.lua b/scada-common/comms.lua index 0438c11..34f0137 100644 --- a/scada-common/comms.lua +++ b/scada-common/comms.lua @@ -589,7 +589,8 @@ function comms.mgmt_packet() self.type == SCADA_MGMT_TYPE.CLOSE or self.type == SCADA_MGMT_TYPE.REMOTE_LINKED or self.type == SCADA_MGMT_TYPE.RTU_ADVERT or - self.type == SCADA_MGMT_TYPE.RTU_DEV_REMOUNT + self.type == SCADA_MGMT_TYPE.RTU_DEV_REMOUNT or + self.type == SCADA_MGMT_TYPE.RTU_TONE_ALARM end -- make a SCADA management packet