TSG-14928: 接收通知的ssl_intercept_info信息,填充到Proxy_intercept_event日志中发送; 接收SCE/SHAPER通知的日志信息

This commit is contained in:
杨玉波
2023-05-10 07:35:03 +00:00
committed by liuxueli
parent c5e959492d
commit ee0f57d6d3
15 changed files with 1666 additions and 319 deletions

View File

@@ -119,7 +119,7 @@ const void *get_rawpkt_from_streaminfo(const struct streaminfo *pstream)
}
int get_opt_from_rawpkt(const void *rawpkt, int type, void *out_value)
{
if (type > RWA_PKT_GET_SID_LIST) {
if (type > RAW_PKT_GET_SID_LIST) {
return -1;
}