From 38519461eda2dd3dee8de981cb8a55b8cfbcd5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AD=A6=E5=88=A9?= Date: Mon, 15 Mar 2021 03:43:01 +0000 Subject: [PATCH] Bugfix logic error --- src/tsg_entry.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 2baa64a..dbba836 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -1093,8 +1093,6 @@ extern "C" char TSG_MASTER_TCP_ENTRY(struct streaminfo *a_tcp, void **pme, int t hit_num+=ret; FS_operate(g_tsg_para.fs2_handle, g_tsg_para.fs2_field_id[TSG_FS2_HIT_ADDR], 0, FS_OP_ADD, 1); } - context->proto=identify_info.proto; - context->continue_scan_proto_id=APP_SCAN_FLAG_STOP; break; default: break; @@ -1253,9 +1251,6 @@ extern "C" char TSG_MASTER_UDP_ENTRY(struct streaminfo *a_udp, void **pme, int t hit_num+=ret; FS_operate(g_tsg_para.fs2_handle, g_tsg_para.fs2_field_id[TSG_FS2_HIT_ADDR], 0, FS_OP_ADD, 1); } - - context->proto=identify_info.proto; - context->continue_scan_proto_id=APP_SCAN_FLAG_STOP; break; default: break;