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

next/516/20240703/v1 #11408

Merged
merged 4 commits into from
Jul 3, 2024
Merged

Commits on Jul 3, 2024

  1. smb/ntlmssp: improve version check

    Don't assume the ntlmssp version field is always present if the flag is
    set. Instead keep track of the offsets of the data of the various blobs
    and see if there is space for the version.
    
    Inspired by how Wireshark does the parsing.
    
    Bug: OISF#7121.
    victorjulien committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f59c43b View commit details
    Browse the repository at this point in the history
  2. detect: parse units for integer for every cases

    Ticket: OISF#6423
    
    Not just equality, but also >3MB should work
    For example flow.bytes_toserver>3MB
    catenacyber authored and victorjulien committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7dfddab View commit details
    Browse the repository at this point in the history
  3. github-ci/builds: don't run if only doc changes

    A new workflow, "docs" has been created for only doc changes.
    
    Factor out prepare-deps into a reusable action.
    jasonish authored and victorjulien committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a0cb7b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5530fd3 View commit details
    Browse the repository at this point in the history