feature: 删除一直未使用的Wannat MAAT句柄的初始化及实现
This commit is contained in:
@@ -17,7 +17,6 @@ enum verify_policy_type
|
||||
{
|
||||
PXY_TABLE_SECURITY,
|
||||
PXY_TABLE_MANIPULATION,
|
||||
PXY_TABLE_WANNAT,
|
||||
PXY_TABLE_DEFENCE,
|
||||
__SCAN_POLICY_MAX
|
||||
};
|
||||
@@ -92,14 +91,6 @@ enum security_scan_table
|
||||
__SECURITY_TABLE_MAX
|
||||
};
|
||||
|
||||
enum wannat_scan_table
|
||||
{
|
||||
PXY_WANNAT_SOURCE_ADDR,
|
||||
PXY_WANNAT_DESTINATION_ADDR,
|
||||
__WANNAT_TABLE_MAX
|
||||
};
|
||||
|
||||
|
||||
enum http_ev_bit_number
|
||||
{
|
||||
IP_BITNUM = 0,
|
||||
@@ -185,8 +176,6 @@ void http_get_scan_status(struct verify_policy_query_obj *query_obj, int type, c
|
||||
|
||||
int security_policy_init(struct verify_policy * verify, const char* profile_path);
|
||||
|
||||
int wannat_policy_init(struct verify_policy * verify, const char* profile_path);
|
||||
|
||||
int http_hit_policy_list(enum verify_policy_type policy_type, size_t hit_cnt, cJSON *data_obj, void *pme);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user