19 lines
418 B
C++
19 lines
418 B
C++
|
|
#include <stdio.h>
|
||
|
|
#include <string.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
|
||
|
|
#include "tsg_rule.h"
|
||
|
|
|
||
|
|
extern Maat_feather_t g_tsg_maat_feather;
|
||
|
|
|
||
|
|
int tsg_pull_policy_result(PULL_RESULT_TYPE pull_result_type, Maat_rule_t*result, int result_num)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
int tsg_scan_nesting_addr(Maat_feather_t maat_feather, struct streaminfo *a_stream, tsg_protocol_t proto, scan_status_t *mid, Maat_rule_t*result, int result_num)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
|