]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #3134 in SNORT/snort3 from ~VHORBATO/snort3:uni_list_fix to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Thu, 28 Oct 2021 23:26:22 +0000 (23:26 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Thu, 28 Oct 2021 23:26:22 +0000 (23:26 +0000)
commit96295240bf5e441a2d83724fdae3440fdad8a92c
treed63d0bec7302a03de1f392582a5651463133e8c2
parent80f1e472c96ad06555bae01cf49fcf94317e2489
Merge pull request #3134 in SNORT/snort3 from ~VHORBATO/snort3:uni_list_fix to master

Squashed commit of the following:

commit 207aca5fe21b8c09ce9d0f5c0dfca3b571356e69
Author: Vitalii <vhorbato@cisco.com>
Date:   Tue Oct 26 09:37:55 2021 +0300

    flow: use the same pkt_type to link and unlink unidirectional flows

    Use Flow::key::pkt_type instead of Flow::pkt_type, which is set later and
    might not be available at link_uni time.

    Traces enabled for the 'stream' module.
src/flow/flow_cache.cc
src/flow/flow_control.cc
src/flow/flow_uni_list.h
src/flow/test/flow_cache_test.cc
src/stream/base/stream_module.cc
src/stream/base/stream_module.h
src/stream/stream.cc