fix zeek logs in so-whiptail

This commit is contained in:
Doug Burks
2022-11-25 09:26:54 -05:00
committed by GitHub
parent 0afb20ffa8
commit 6f27c1b21e

View File

@@ -1314,10 +1314,6 @@ whiptail_manager_adv_service_zeeklogs() {
"mysql" "" ON \ "mysql" "" ON \
"socks" "" ON \ "socks" "" ON \
"x509" "" ON \ "x509" "" ON \
"modbus_detailed" "" ON \
"modbus_mask_write_register" "" ON \
"modbus_read_write_multiple_registers" "" ON \
"dnp3_objects" "" ON \
"bacnet" "" ON \ "bacnet" "" ON \
"bacnet_discovery" "" ON \ "bacnet_discovery" "" ON \
"bacnet_property" "" ON \ "bacnet_property" "" ON \
@@ -1328,56 +1324,60 @@ whiptail_manager_adv_service_zeeklogs() {
"bsap_serial_rdb" "" ON \ "bsap_serial_rdb" "" ON \
"bsap_serial_rdb_ext" "" ON \ "bsap_serial_rdb_ext" "" ON \
"bsap_serial_unknown" "" ON \ "bsap_serial_unknown" "" ON \
"ecat_registers" "" ON \
"ecat_log_address" "" ON \
"ecat_dev_info" "" ON \
"ecat_aoe_info" "" ON \
"ecat_coe_info" "" ON \
"ecat_foe_info" "" ON \
"ecat_soe_info" "" ON \
"ecat_arp_info" "" ON \
"enip" "" ON \
"cip" "" ON \ "cip" "" ON \
"cip_io" "" ON \
"cip_identity" "" ON \ "cip_identity" "" ON \
"cip_io" "" ON \
"cotp" "" ON \
"dnp3_objects" "" ON \
"ecat_aoe_info" "" ON \
"ecat_arp_info" "" ON \
"ecat_coe_info" "" ON \
"ecat_dev_info" "" ON \
"ecat_foe_info" "" ON \
"ecat_log_address" "" ON \
"ecat_registers" "" ON \
"ecat_soe_info" "" ON \
"enip" "" ON \
"modbus_detailed" "" ON \
"modbus_mask_write_register" "" ON \
"modbus_read_write_multiple_registers" "" ON \
"opcua_binary" "" ON \ "opcua_binary" "" ON \
"opcua_binary_status_code_detail" "" ON \
"opcua_binary_diag_info_detail" "" ON \
"opcua_binary_get_endpoints" "" ON \
"opcua_binary_get_endpoints_discovery" "" ON \
"opcua_binary_get_endpoints_user_token" "" ON \
"opcua_binary_get_endpoints_description" "" ON \
"opcua_binary_get_endpoints_locale_id" "" ON \
"opcua_binary_get_endpoints_profile_uri" "" ON \
"opcua_binary_create_session" "" ON \
"opcua_binary_create_session_user_token" "" ON \
"opcua_binary_create_session_endpoints" "" ON \
"opcua_binary_create_session_discovery" "" ON \
"opcua_binary_activate_session" "" ON \ "opcua_binary_activate_session" "" ON \
"opcua_binary_activate_session_client_software_cert" "" ON \ "opcua_binary_activate_session_client_software_cert" "" ON \
"opcua_binary_activate_session_locale_id" "" ON \
"opcua_binary_activate_session_diagnostic_info" "" ON \ "opcua_binary_activate_session_diagnostic_info" "" ON \
"opcua_binary_activate_session_locale_id" "" ON \
"opcua_binary_browse" "" ON \ "opcua_binary_browse" "" ON \
"opcua_binary_browse_description" "" ON \ "opcua_binary_browse_description" "" ON \
"opcua_binary_browse_request_continuation_point" "" ON \
"opcua_binary_browse_result" "" ON \
"opcua_binary_browse_response_references" "" ON \
"opcua_binary_browse_diagnostic_info" "" ON \ "opcua_binary_browse_diagnostic_info" "" ON \
"opcua_binary_browse_request_continuation_point" "" ON \
"opcua_binary_browse_response_references" "" ON \
"opcua_binary_browse_result" "" ON \
"opcua_binary_create_session" "" ON \
"opcua_binary_create_session_discovery" "" ON \
"opcua_binary_create_session_endpoints" "" ON \
"opcua_binary_create_session_user_token" "" ON \
"opcua_binary_create_subscription" "" 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 \
"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_read" "" ON \
"cotp" "" ON \
"s7comm" "" ON \
"s7comm_read_szl" "" ON \
"s7comm_upload_download" "" ON \
"s7comm_plus" "" ON \
"tds" "" ON \
"tds_rpc" "" ON \
"tds_sql_batch" "" ON \
"profinet" "" ON \ "profinet" "" ON \
"profinet_dce_rpc" "" ON \ "profinet_dce_rpc" "" ON \
"profinet_debug" "" ON \ "profinet_debug" "" ON \
"s7comm" "" ON \
"s7comm_plus" "" ON \
"s7comm_read_szl" "" ON \
"s7comm_upload_download" "" ON \
"stun" "" ON \ "stun" "" ON \
"stun_nat" "" ON \ "stun_nat" "" ON \
"tds" "" ON \
"tds_rpc" "" ON \
"tds_sql_batch" "" ON \
"wireguard" "" ON 3>&1 1>&2 2>&3) "wireguard" "" ON 3>&1 1>&2 2>&3)
local exitstatus=$? local exitstatus=$?