summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2021-04-09 14:48:51 +0800
committerliuxueli <[email protected]>2021-04-09 14:48:51 +0800
commit117a3dfef10bb7204d4e70422c8c92c6d0b539e8 (patch)
treed2846b9e3dc256ddc142439469a8b4fcbc4ab1cb
parent8940d49f69ff106af323c3971a57610f596bb7fe (diff)
增加可视的基础协议日志内容v3.4.10
-rw-r--r--src/tsg_entry.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}
}