🔨 Enable L4 flow-full dissectors (#1831)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
Serhii Ponomarenko
2026-02-05 22:14:51 +02:00
committed by GitHub
parent 0f1c9c52ea
commit d012ea89b6
2 changed files with 4 additions and 0 deletions

View File

@@ -139,6 +139,8 @@ func CreateDefaultConfig() ConfigStruct {
"diameter", "diameter",
"udp-flow", "udp-flow",
"tcp-flow", "tcp-flow",
"udp-flow-full",
"tcp-flow-full",
}, },
PortMapping: configStructs.PortMapping{ PortMapping: configStructs.PortMapping{
HTTP: []uint16{80, 443, 8080}, HTTP: []uint16{80, 443, 8080},

View File

@@ -189,6 +189,8 @@ tap:
- diameter - diameter
- udp-flow - udp-flow
- tcp-flow - tcp-flow
- tcp-flow-full
- udp-flow-full
portMapping: portMapping:
http: http:
- 80 - 80