From e44c94c56b6213de863ff2b7efc36872ac3d862f Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Sat, 26 Nov 2022 17:01:11 -0500 Subject: [PATCH] add opcua_binary_opensecure_channel to so-whiptail --- setup/so-whiptail | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 91c4f2b04..bd53b3e78 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1364,7 +1364,8 @@ whiptail_manager_adv_service_zeeklogs() { "opcua_binary_get_endpoints_locale_id" "" ON \ "opcua_binary_get_endpoints_profile_uri" "" ON \ "opcua_binary_get_endpoints_user_token" "" ON \ - "opcua_binary_read" "" ON \ + "opcua_binary_opensecure_channel" "" ON \ + "opcua_binary_read" "" ON \ "opcua_binary_status_code_detail" "" ON \ "profinet" "" ON \ "profinet_dce_rpc" "" ON \