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

decode/ethertype: Event on unknown ethertype #11850

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

Commits on Sep 27, 2024

  1. decode/ethertype: Event on unknown ethertype

    Issue: 7129
    
    Create a decode/engine event if unknown ethertypes are observed.
    jlucovsky committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    00652a9 View commit details
    Browse the repository at this point in the history
  2. doc/threshold: Threshold keyword clarifications

    Issue: 7129
    jlucovsky committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c3a49f3 View commit details
    Browse the repository at this point in the history
  3. doc/decode-events: new: unknown event description

    Issue: 7129
    
    Document the unknown ethertype event.
    jlucovsky committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    80687cc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. output: Log ethernet type

    Issue 7129
    
    When configured with the existing "ethernet" switch, include the ether
    type in the output.
    
    This is most useful with anomaly records indicating unknown ethertypes.
    jlucovsky committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b73296c View commit details
    Browse the repository at this point in the history