TSG-13344: app_label和app_full_path字段取值不同导致字段展示不一致

This commit is contained in:
刘学利
2023-01-11 01:37:14 +00:00
parent 3965ac7150
commit 8e48dfd982
4 changed files with 174 additions and 85 deletions

View File

@@ -267,7 +267,7 @@ struct master_context
unsigned short timeout;
tsg_protocol_t proto;
int hit_cnt;
int hited_app_id;
int hited_app_id; // only app
unsigned int quic_version;
unsigned long session_flag;
char *domain;
@@ -279,7 +279,7 @@ struct master_context
};
scan_status_t mid;
struct Maat_rule_t *result;
struct hited_app_para hited_para;
struct hited_app_para hited_para; // l7 protocol and app
long long last_scan_time;
};