Skip to content
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

Domain Classification Improvements #2396

Merged
merged 18 commits into from
Apr 18, 2024
Merged

Domain Classification Improvements #2396

merged 18 commits into from
Apr 18, 2024

Conversation

lucaderi
Copy link
Member

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

Link to the related issue:

Describe changes:
Reworked domain classification

lucaderi and others added 7 commits April 15, 2024 17:28
size_t ndpi_compress_str(const char * in, size_t len, char * out, size_t bufsize);
size_t ndpi_decompress_str(const char * in, size_t len, char * out, size_t bufsize);

used to compress short strings such as domain names. This code is based on
https://github.com/Ed-von-Schleck/shoco
@lucaderi lucaderi marked this pull request as ready for review April 18, 2024 15:58
Copy link

sonarcloud bot commented Apr 18, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@lucaderi lucaderi merged commit ad117bf into ntop:dev Apr 18, 2024
33 checks passed
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.

1 participant