]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4483: flow: new allowlist LRU
authorRaza Shafiq (rshafiq) <rshafiq@cisco.com>
Tue, 29 Oct 2024 15:22:31 +0000 (15:22 +0000)
committerSteven Baigal (sbaigal) <sbaigal@cisco.com>
Tue, 29 Oct 2024 15:22:31 +0000 (15:22 +0000)
commitdb89d6cf15378f34d9051806a0260182f42d93d5
tree95ed6f3b5aeefc14d40855bda478094eaedf5dc8
parenta5a468099ccf6e697383ee2d60a39a02ebc58bff
Pull request #4483: flow: new allowlist LRU

Merge in SNORT/snort3 from ~RSHAFIQ/snort3:whitelist_cache to master

Squashed commit of the following:

commit a1647130533346a651396d00c1d251c294094416
Author: rshafiq <rshafiq@cisco.com>
Date:   Wed Oct 2 19:08:52 2024 -0400

    flow: new allowlist LRU
25 files changed:
src/flow/dev_notes.txt
src/flow/flow.cc
src/flow/flow.h
src/flow/flow_cache.cc
src/flow/flow_cache.h
src/flow/flow_config.h
src/flow/flow_control.cc
src/flow/flow_control.h
src/flow/prune_stats.h
src/flow/test/flow_cache_test.cc
src/flow/test/flow_control_test.cc
src/flow/test/flow_test.cc
src/framework/decode_data.h
src/hash/hash_lru_cache.cc
src/hash/hash_lru_cache.h
src/hash/xhash.cc
src/hash/xhash.h
src/hash/zhash.cc
src/hash/zhash.h
src/main/analyzer.cc
src/main/test/distill_verdict_stubs.h
src/main/test/distill_verdict_test.cc
src/stream/base/stream_base.cc
src/stream/base/stream_module.cc
src/stream/base/stream_module.h