From 37a5bec192ba46326e591bad0201d95bae2d5164 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 24 Feb 2023 21:34:24 +0800 Subject: [PATCH] =?UTF-8?q?TSG-13942:=20TRANSCATION=E5=92=8CINTERIM?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=A2=9E=E5=8A=A0shaping=20rule=20ids?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_send_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsg_send_log.cpp b/src/tsg_send_log.cpp index 8017e81..8cec5f7 100644 --- a/src/tsg_send_log.cpp +++ b/src/tsg_send_log.cpp @@ -2218,7 +2218,7 @@ int tsg_send_log(struct tsg_log_instance_t *instance, struct TLD_handle_t *handl set_application_behavior(_instance, _handle, log_msg->a_stream); - if(log_msg->result[0].service_id==2 && log_msg->a_stream!=NULL) // stream of intercept is NULL + if((log_msg->result[0].service_id==2 || log_msg->result[0].service_id==6 || log_msg->result[0].service_id==7) && log_msg->a_stream!=NULL) // stream of intercept is NULL { set_shaping_rule_ids(_instance, _handle, log_msg->a_stream); }