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

Commits on Apr 15, 2024

  1. Added

    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 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    91341c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    0364a23 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    6987c48 View commit details
    Browse the repository at this point in the history
  2. Fixed string encoding

    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    62aacb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c81959 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into dev

    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    db4abca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13876fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43fbead View commit details
    Browse the repository at this point in the history
  7. Fixed warnings

    Updated APi call
    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    56e70b3 View commit details
    Browse the repository at this point in the history
  8. Compilation fix

    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0328662 View commit details
    Browse the repository at this point in the history
  9. API update

    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    953b584 View commit details
    Browse the repository at this point in the history
  10. Added buffer check

    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6aaa566 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6bd120 View commit details
    Browse the repository at this point in the history
  12. Updated risk messages

    Added further domain encoding checks
    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    228a72b View commit details
    Browse the repository at this point in the history
  13. Boundary fixes

    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b1b6219 View commit details
    Browse the repository at this point in the history
  14. Added memory check

    lucaderi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    23a03cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    000eb11 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    637ae48 View commit details
    Browse the repository at this point in the history