TSG-17862 Proxy支持Internal IP address和Exteral IP Address的扫描, 支持以Topic方式上传HTTP请求体/应答体
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
struct app_id_dict
|
||||
{
|
||||
int ref_cnt;
|
||||
int app_id;
|
||||
long long int group_id;
|
||||
|
||||
pthread_mutex_t lock;
|
||||
};
|
||||
|
||||
void app_id_dict_free(struct app_id_dict *app_dict);
|
||||
|
||||
enum RESOURCE_TYPE
|
||||
{
|
||||
STATIC_MAAT,
|
||||
@@ -16,6 +27,7 @@ enum TABLE_TYPE
|
||||
TABLE_SECURITY_SOURCE_LOCATION,
|
||||
TABLE_SECURITY_DESTINATION_LOCATION,
|
||||
TABLE_OBJ_SUBSCRIBER_ID,
|
||||
TABLE_OBJ_APP_ID_DICT,
|
||||
TABLE_TYPE_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user