Skip to content

Refactor ndpi_tls_extension2str function(#3200)#3202

Open
yalanmao wants to merge 1 commit into
ntop:devfrom
yalanmao:tls_extensions_id_mapping
Open

Refactor ndpi_tls_extension2str function(#3200)#3202
yalanmao wants to merge 1 commit into
ntop:devfrom
yalanmao:tls_extensions_id_mapping

Conversation

@yalanmao

@yalanmao yalanmao commented Jul 21, 2026

Copy link
Copy Markdown

Please sign (check) the below before submitting the Pull Request:

Link to the related issue:#3200

Describe changes:

@sonarqubecloud

Copy link
Copy Markdown

Comment thread src/lib/ndpi_utils.c

/* Private Use Range */
case 65280:
case 65282 ... 65535: return "PrivateUse";

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not supported by all compilers (as you can see looking at the CI results)
You can remove that entirely or handle it specifically in the "default" case. No strong opinions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants