1
0
mirror of https://github.com/kubeshark/kubeshark.git synced 2025-05-03 14:18:28 +00:00

add diameter protocol support ()

This commit is contained in:
Alon Girmonsky 2025-01-22 15:57:46 -08:00 committed by GitHub
parent ef17eb9fbe
commit 0e3f137a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,6 +113,7 @@ func CreateDefaultConfig() ConfigStruct {
// "tlsx", // "tlsx",
"ldap", "ldap",
"radius", "radius",
"diameter",
}, },
}, },
} }