From 0cdcf490d68eb19d83548602f56fd1a3c55a5b2d Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Fri, 21 Oct 2011 14:17:54 -0400 Subject: [PATCH] Restoring former default weird behavior for unsolicited_SYN_response. --- scripts/base/frameworks/notice/weird.bro | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/base/frameworks/notice/weird.bro b/scripts/base/frameworks/notice/weird.bro index d7ae230449..6de34f10a9 100644 --- a/scripts/base/frameworks/notice/weird.bro +++ b/scripts/base/frameworks/notice/weird.bro @@ -46,6 +46,7 @@ export { }; const actions: table[string] of Action = { + ["unsolicited_SYN_response"] = ACTION_IGNORE, ["above_hole_data_without_any_acks"] = ACTION_LOG, ["active_connection_reuse"] = ACTION_LOG, ["bad_HTTP_reply"] = ACTION_LOG,