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

Fix mac handling in rules parser #2244

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Nov 15, 2023

  1. Fix how MAC addresses are handled by the rules parser

    It wasn't ignoring separator characters such as the colon and hyphen.
    The rules compiler automatically add a colon to separate bytes, which is
    not compatible with how they are parsed.
    lel-amri committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1aa31e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    43b1415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80cfc2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9d0cf9 View commit details
    Browse the repository at this point in the history