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

Applayer plugin 5053 v3.5 #11910

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2024

  1. protodetect: make expectation_proto part of AppLayerProtoDetectCtx

    instead of a global variable.
    
    For easier initialization with dynamic number of protocols
    catenacyber committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7eb73f4 View commit details
    Browse the repository at this point in the history
  2. protodetect: use dynamic number of app-layer protos

    for expectation_proto
    
    Ticket: 5053
    catenacyber committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7aa2d48 View commit details
    Browse the repository at this point in the history
  3. protodetect: use dynamic number of app-layer protos

    for alproto_names
    
    Ticket: 5053
    catenacyber committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b985a1f View commit details
    Browse the repository at this point in the history
  4. frames: use dynamic number of app-layer protos

    Ticket: 5053
    catenacyber committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c1f3e14 View commit details
    Browse the repository at this point in the history
  5. util: parenthesis for macro

    so that we can use safely EXCEPTION_POLICY_MAX*sizeof(x)
    catenacyber committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    906994d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    941d3dc View commit details
    Browse the repository at this point in the history
  7. fuzz: use dynamic number of app-layer protos

    Ticket: 5053
    
    delay after initialization so that StringToAppProto works
    catenacyber committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    46a32e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b03265b View commit details
    Browse the repository at this point in the history