TSG-7551: quic解析层支持解析GQUIC 35/39的SNI
This commit is contained in:
@@ -1098,6 +1098,8 @@ int quic_process(struct streaminfo *pstream, struct _quic_context* _context, int
|
|||||||
|
|
||||||
switch(is_gquic)
|
switch(is_gquic)
|
||||||
{
|
{
|
||||||
|
case GQUIC_VERSION_Q035:
|
||||||
|
case GQUIC_VERSION_Q039:
|
||||||
case GQUIC_VERSION_Q043:
|
case GQUIC_VERSION_Q043:
|
||||||
ret=gquic_proc_unencrypt(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len);
|
ret=gquic_proc_unencrypt(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user