Merge in SNORT/snort3 from ~SHIKV/snort3:quic_event_fix to master
Squashed commit of the following:
commit
364cf7c2858eb5de01e54d4999fa3f2d74b876fb
Author: shibin k v <shikv@cisco.com>
Date: Wed Dec 13 08:16:52 2023 +0000
appid: do not delete hsession for http3
{
if (direction == APP_ID_FROM_INITIATOR)
{
- if (asd->get_prev_httpx_raw_packet() != asd->session_packet_count)
+ AppId http_app_id = flow->stream_intf->get_appid_from_stream(flow);
+ if (http_app_id != APP_ID_HTTP3 and asd->get_prev_httpx_raw_packet() != asd->session_packet_count)
{
asd->delete_all_http_sessions();
asd->set_prev_httpx_raw_packet(asd->session_packet_count);