From 62fee1f42068d1ba1b4d6523b01a9ce34c298600 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Fri, 25 Nov 2022 09:39:58 -0500 Subject: [PATCH] fix zeek ics logs in so-whiptail --- setup/so-whiptail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 76430575a..91c4f2b04 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1358,7 +1358,6 @@ whiptail_manager_adv_service_zeeklogs() { "opcua_binary_create_session_user_token" "" ON \ "opcua_binary_create_subscription" "" ON \ "opcua_binary_diag_info_detail" "" ON \ - "opcua_binary_status_code_detail" "" ON \ "opcua_binary_get_endpoints" "" ON \ "opcua_binary_get_endpoints_description" "" ON \ "opcua_binary_get_endpoints_discovery" "" ON \ @@ -1366,7 +1365,8 @@ whiptail_manager_adv_service_zeeklogs() { "opcua_binary_get_endpoints_profile_uri" "" ON \ "opcua_binary_get_endpoints_user_token" "" ON \ "opcua_binary_read" "" ON \ - "profinet" "" ON \ + "opcua_binary_status_code_detail" "" ON \ + "profinet" "" ON \ "profinet_dce_rpc" "" ON \ "profinet_debug" "" ON \ "s7comm" "" ON \