-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RiotGames: add detection of flows #1935
Conversation
src/lib/ndpi_content_match.c.inc
Outdated
{ "pvp.net", "RiotGames", NDPI_PROTOCOL_RIOTGAMES, NDPI_PROTOCOL_CATEGORY_GAME, NDPI_PROTOCOL_FUN, NDPI_PROTOCOL_DEFAULT_LEVEL}, | ||
{ "a17.d.a.kamai.net", "RiotGames", NDPI_PROTOCOL_RIOTGAMES, NDPI_PROTOCOL_CATEGORY_GAME, NDPI_PROTOCOL_FUN, NDPI_PROTOCOL_DEFAULT_LEVEL}, | ||
{ "a11.d.akamai.net", "RiotGames", NDPI_PROTOCOL_RIOTGAMES, NDPI_PROTOCOL_CATEGORY_GAME, NDPI_PROTOCOL_FUN, NDPI_PROTOCOL_DEFAULT_LEVEL}, | ||
{ "a248.e.akamai.net", "RiotGames", NDPI_PROTOCOL_RIOTGAMES, NDPI_PROTOCOL_CATEGORY_GAME, NDPI_PROTOCOL_FUN, NDPI_PROTOCOL_DEFAULT_LEVEL}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These 3 domains seems to be generic Akami domains to me... Am I wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i added these domains by mistake
@@ -1478,6 +1485,8 @@ static ndpi_tls_cert_name_match tls_certificate_match [] = { | |||
{ "CN=cloudflareclient.com", NDPI_PROTOCOL_CLOUDFLARE_WARP }, | |||
{ "O=V Kontakte LLC", NDPI_PROTOCOL_VK }, | |||
{ "O=Yandex LLC", NDPI_PROTOCOL_YANDEX }, | |||
{ "O=Riot Games, Inc.", NDPI_PROTOCOL_RIOTGAMES }, | |||
{ "O=Riot Games Inc", NDPI_PROTOCOL_RIOTGAMES }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you attach a trace matching these two rules, please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kudos, SonarCloud Quality Gate passed! |
No description provided.