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 final v3.6 #11987

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

Commits on Oct 17, 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 17, 2024
    Configuration menu
    Copy the full SHA
    7bb2ccd 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 17, 2024
    Configuration menu
    Copy the full SHA
    2bcceaf 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 17, 2024
    Configuration menu
    Copy the full SHA
    49703c6 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 17, 2024
    Configuration menu
    Copy the full SHA
    6ccb247 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 17, 2024
    Configuration menu
    Copy the full SHA
    c361e84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5a6a35 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 17, 2024
    Configuration menu
    Copy the full SHA
    c680667 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7cbd58 View commit details
    Browse the repository at this point in the history
  9. app-layer: make number of alprotos dynamic

    Ticket: 5053
    
    The names are nwo dynamic
    catenacyber committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7f89ddf View commit details
    Browse the repository at this point in the history
  10. plugins: app-layer plugins

    Ticket: 5053
    catenacyber committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ea10dc2 View commit details
    Browse the repository at this point in the history