]> git.ipfire.org Git - thirdparty/snort3.git/commit
eliminate packet manager thread local for dst mac
authorRuss Combs <rucombs@cisco.com>
Sun, 23 Oct 2016 18:48:20 +0000 (14:48 -0400)
committerRuss Combs <rucombs@cisco.com>
Wed, 18 Jan 2017 14:51:25 +0000 (09:51 -0500)
commitc9685e3e61cfe9ce05a1a1dcffaf5ce61c2e07c7
treeecd7af23d6f8ef524cdd8bfa27d0f6ad69d84b48
parent78a70d0e2070cb6ebccede97b3b37ca0f4e71139
eliminate packet manager thread local for dst mac
move packet manager thread local for encode packet to detection context
using codec max for packet buffers
src/codecs/root/cd_eth.cc
src/detection/detection_engine.cc
src/detection/detection_engine.h
src/detection/ips_context.cc
src/detection/ips_context.h
src/main/snort.cc
src/packet_io/active.cc
src/protocols/packet_manager.cc
src/protocols/packet_manager.h
src/stream/ip/ip_defrag.cc