TSG-7551: quic解析层支持解析GQUIC 35/39的SNI

This commit is contained in:
liuxueli
2021-09-01 15:38:47 +08:00
parent e33f9b48ce
commit 80584df0a9

View File

@@ -1098,6 +1098,8 @@ int quic_process(struct streaminfo *pstream, struct _quic_context* _context, int
switch(is_gquic)
{
case GQUIC_VERSION_Q035:
case GQUIC_VERSION_Q039:
case GQUIC_VERSION_Q043:
ret=gquic_proc_unencrypt(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len);
break;