From edb2d2e19bc228249e78c52b89cdf97419a219aa Mon Sep 17 00:00:00 2001 From: lanrenwo Date: Fri, 30 Sep 2022 09:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=8B=A5=E5=A1=9E=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E7=9A=84IP=E5=8C=85:=20SYN-ECE-CWR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/handler/payload_access_audit.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/handler/payload_access_audit.go b/server/handler/payload_access_audit.go index c9e7423..df50c42 100644 --- a/server/handler/payload_access_audit.go +++ b/server/handler/payload_access_audit.go @@ -163,6 +163,9 @@ func logAudit(cSess *sessdata.ConnSession, pl *sessdata.Payload) { case flags & 0x19: // URG return + case flags & 0xC2: + // SYN-ECE-CWR + return } } s := utils.BytesToString(key)