mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
BIT-1208: remove unused weirds from Weird::actions table
This commit is contained in:
parent
4bbdd63054
commit
f00e2167a7
10 changed files with 15 additions and 21 deletions
|
@ -107,14 +107,9 @@ export {
|
|||
["base64_illegal_encoding"] = ACTION_LOG,
|
||||
["connection_originator_SYN_ack"] = ACTION_LOG_PER_ORIG,
|
||||
["contentline_size_exceeded"] = ACTION_LOG,
|
||||
["corrupt_tcp_options"] = ACTION_LOG_PER_ORIG,
|
||||
["crud_trailing_HTTP_request"] = ACTION_LOG,
|
||||
["data_after_reset"] = ACTION_LOG,
|
||||
["data_before_established"] = ACTION_LOG,
|
||||
["data_without_SYN_ACK"] = ACTION_LOG,
|
||||
["DHCP_no_type_option"] = ACTION_LOG,
|
||||
["DHCP_wrong_msg_type"] = ACTION_LOG,
|
||||
["DHCP_wrong_op_type"] = ACTION_LOG,
|
||||
["DNS_AAAA_neg_length"] = ACTION_LOG,
|
||||
["DNS_Conn_count_too_large"] = ACTION_LOG,
|
||||
["DNS_NAME_too_long"] = ACTION_LOG,
|
||||
|
@ -129,18 +124,15 @@ export {
|
|||
["DNS_truncated_ans_too_short"] = ACTION_LOG,
|
||||
["DNS_truncated_len_lt_hdr_len"] = ACTION_LOG,
|
||||
["DNS_truncated_quest_too_short"] = ACTION_LOG,
|
||||
["dns_changed_number_of_responses"] = ACTION_LOG_PER_ORIG,
|
||||
["dns_reply_seen_after_done"] = ACTION_LOG_PER_ORIG,
|
||||
["excessive_data_without_further_acks"] = ACTION_LOG,
|
||||
["excess_RPC"] = ACTION_LOG_PER_ORIG,
|
||||
["excessive_RPC_len"] = ACTION_LOG_PER_ORIG,
|
||||
["FIN_advanced_last_seq"] = ACTION_LOG,
|
||||
["FIN_after_reset"] = ACTION_IGNORE,
|
||||
["FIN_storm"] = ACTION_NOTICE_PER_ORIG,
|
||||
["HTTP_bad_chunk_size"] = ACTION_LOG,
|
||||
["HTTP_chunked_transfer_for_multipart_message"] = ACTION_LOG,
|
||||
["HTTP_overlapping_messages"] = ACTION_LOG,
|
||||
["HTTP_unknown_method"] = ACTION_LOG,
|
||||
["unknown_HTTP_method"] = ACTION_LOG,
|
||||
["HTTP_version_mismatch"] = ACTION_LOG,
|
||||
["ident_request_addendum"] = ACTION_LOG,
|
||||
["inappropriate_FIN"] = ACTION_LOG,
|
||||
|
@ -174,17 +166,13 @@ export {
|
|||
["line_terminated_with_single_LF"] = ACTION_LOG,
|
||||
["malformed_ssh_identification"] = ACTION_LOG,
|
||||
["malformed_ssh_version"] = ACTION_LOG,
|
||||
["matching_undelivered_data"] = ACTION_LOG,
|
||||
["multiple_HTTP_request_elements"] = ACTION_LOG,
|
||||
["multiple_RPCs"] = ACTION_LOG_PER_ORIG,
|
||||
["non_IPv4_packet"] = ACTION_LOG_ONCE,
|
||||
["NUL_in_line"] = ACTION_LOG,
|
||||
["originator_RPC_reply"] = ACTION_LOG_PER_ORIG,
|
||||
["partial_finger_request"] = ACTION_LOG,
|
||||
["partial_ftp_request"] = ACTION_LOG,
|
||||
["partial_ident_request"] = ACTION_LOG,
|
||||
["partial_RPC"] = ACTION_LOG_PER_ORIG,
|
||||
["partial_RPC_request"] = ACTION_LOG,
|
||||
["pending_data_when_closed"] = ACTION_LOG,
|
||||
["pop3_bad_base64_encoding"] = ACTION_LOG,
|
||||
["pop3_client_command_unknown"] = ACTION_LOG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue