]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4551: Api Tweaks
authorRuss Combs (rucombs) <rucombs@cisco.com>
Mon, 6 Jan 2025 17:11:35 +0000 (17:11 +0000)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Mon, 6 Jan 2025 17:11:35 +0000 (17:11 +0000)
commite7e5561c10d04ee0dd08c6a211ea6803eb489d29
tree377c3a2d100d67d5e4e0c2cd36e709cea73887d8
parent2f8c230d6605279b19dac8fe59e27f034ee81510
Pull request #4551: Api Tweaks

Merge in SNORT/snort3 from ~RUCOMBS/snort3:api_tweaks to master

Squashed commit of the following:

commit 50b83b5e26510b702a5c896fe02198a09f024f53
Author: Russ Combs <rucombs@cisco.com>
Date:   Mon Dec 16 11:24:58 2024 -0500

    tcp_pdu: rename to tlv_pdu

commit 325cbe349a3c4065244d82d391bad748d40e6d6f
Author: Russ Combs <rucombs@cisco.com>
Date:   Mon Dec 16 11:13:33 2024 -0500

    data_bus: remove unsubscribe methods

commit f37fc721d0417d20ef6679ad7871c8b06b187bf2
Author: Russ Combs <rucombs@cisco.com>
Date:   Mon Dec 16 11:13:06 2024 -0500

    ips: add access to Event references
21 files changed:
src/detection/signature.cc
src/detection/signature.h
src/events/event.cc
src/events/event.h
src/framework/base_api.h
src/framework/data_bus.cc
src/framework/data_bus.h
src/framework/ips_option.h
src/framework/logger.h
src/framework/test/data_bus_test.cc
src/log/log_text.cc
src/service_inspectors/CMakeLists.txt
src/service_inspectors/service_inspectors.cc
src/service_inspectors/tcp_pdu/CMakeLists.txt [deleted file]
src/service_inspectors/tlv_pdu/CMakeLists.txt [new file with mode: 0644]
src/service_inspectors/tlv_pdu/dev_notes.txt [moved from src/service_inspectors/tcp_pdu/dev_notes.txt with 52% similarity]
src/service_inspectors/tlv_pdu/test/CMakeLists.txt [moved from src/service_inspectors/tcp_pdu/test/CMakeLists.txt with 50% similarity]
src/service_inspectors/tlv_pdu/test/tlv_pdu_test.cc [moved from src/service_inspectors/tcp_pdu/test/tcp_pdu_test.cc with 92% similarity]
src/service_inspectors/tlv_pdu/tlv_pdu.cc [moved from src/service_inspectors/tcp_pdu/tcp_pdu.cc with 87% similarity]
src/service_inspectors/tlv_pdu/tlv_pdu.h [moved from src/service_inspectors/tcp_pdu/tcp_pdu.h with 89% similarity]
src/service_inspectors/tlv_pdu/tlv_pdu_splitter.cc [moved from src/service_inspectors/tcp_pdu/tcp_pdu_splitter.cc with 93% similarity]