基础协议插件未识别出协议时,common_l7_protocol默认填写UNCATEGORIZED

This commit is contained in:
liuxueli
2021-05-13 18:14:07 +08:00
parent aa6ce9d578
commit 95dfbc3441
2 changed files with 9 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ struct tsg_log_instance_t
int *send_log_percent;
int *fs_status_ids;
struct timespec *drop_start;
char l7_unknown_name[MAX_STRING_LEN];
char log_path[MAX_STRING_LEN*2];
char tcp_label[MAX_STRING_LEN];
char udp_label[MAX_STRING_LEN];