#297 added tone packet to valid MGMT packet types

This commit is contained in:
Mikayla Fischler 2023-07-26 21:33:43 -04:00
parent f111b711c5
commit 1c87ef18a1

View File

@ -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