From d012ea89b6f6e5f6185419057d9504082a150099 Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:14:51 +0200 Subject: [PATCH] :hammer: Enable L4 flow-full dissectors (#1831) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- config/configStruct.go | 2 ++ helm-chart/values.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/configStruct.go b/config/configStruct.go index 8bcb0621b..4b564a850 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -139,6 +139,8 @@ func CreateDefaultConfig() ConfigStruct { "diameter", "udp-flow", "tcp-flow", + "udp-flow-full", + "tcp-flow-full", }, PortMapping: configStructs.PortMapping{ HTTP: []uint16{80, 443, 8080}, diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 595eacd86..6e5279101 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -189,6 +189,8 @@ tap: - diameter - udp-flow - tcp-flow + - tcp-flow-full + - udp-flow-full portMapping: http: - 80