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

Detect integers 6644 v2 #10105

Closed
wants to merge 4 commits into from

Commits on Dec 22, 2023

  1. detect: integer keywords now support hexadecimal

    So that we can write enip.revision: 0x203
    
    Ticket: 6645
    catenacyber committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f01161f View commit details
    Browse the repository at this point in the history
  2. detect: integer keywords now accept negated ranges

    Ticket: 6646
    catenacyber committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    aa0d56e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. detect/integer: rust derive for enumerations

    Ticket: 6647
    
    Allows keywords using integers to use strings in signature
    parsing based on a rust enumeration with a derive.
    catenacyber committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0d4667d View commit details
    Browse the repository at this point in the history
  2. detect: integer keywords now accept bitmasks

    Ticket: 6648
    
    Like &0x40=0x40 to test for a specific bit set
    catenacyber committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c644772 View commit details
    Browse the repository at this point in the history