From 117a3dfef10bb7204d4e70422c8c92c6d0b539e8 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 9 Apr 2021 14:48:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=AF=E8=A7=86=E7=9A=84?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E5=8D=8F=E8=AE=AE=E6=97=A5=E5=BF=97=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_entry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 335a183..45b58de 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -1282,6 +1282,7 @@ extern "C" char TSG_MASTER_UDP_ENTRY(struct streaminfo *a_udp, void **pme, int t { context->proto=PROTO_APP; context->basic_proto_id=proto_id; + l7_protocol=tsg_l7_protocol_id2name(g_tsg_log_instance, proto_id); hit_num+=tsg_scan_app_id_policy(g_tsg_maat_feather, a_udp, result, MAX_RESULT_NUM-hit_num, &context->mid, l7_protocol, proto_id, thread_seq); } }