TSG-14628 TFE适配TCP Option Profile库表的变更
This commit is contained in:
@@ -128,7 +128,7 @@ int tfe_scan_ip_location(const struct tfe_stream *stream, long long *result, str
|
||||
int hit_cnt_ip = 0;
|
||||
size_t n_hit_result = 0;
|
||||
uint16_t opt_out_size;
|
||||
char buff[TFE_STRING_MAX] = {0};
|
||||
char buff[TFE_STRING_MAX * 5] = {0};
|
||||
char src_city[TFE_STRING_MAX] = {0};
|
||||
char dst_city[TFE_STRING_MAX] = {0};
|
||||
char src_provine[TFE_STRING_MAX] = {0};
|
||||
@@ -255,7 +255,7 @@ int tfe_scan_ip_asn(const struct tfe_stream *stream, long long *result, struct m
|
||||
int hit_cnt_ip = 0;
|
||||
size_t n_hit_result = 0;
|
||||
uint16_t opt_out_size;
|
||||
char buff[TFE_STRING_MAX] = {0};
|
||||
char buff[TFE_STRING_MAX * 5] = {0};
|
||||
char src_asn[TFE_STRING_MAX] = {0};
|
||||
char dst_asn[TFE_STRING_MAX] = {0};
|
||||
char src_org[TFE_STRING_MAX] = {0};
|
||||
|
||||
Reference in New Issue
Block a user