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

output: Add linktype name #12142

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

output: Add linktype name #12142

wants to merge 3 commits into from

Commits on Nov 22, 2024

  1. decode/datalink: Add datalink value/name logic

    Issue: 6954
    
    Add Rust based logic that maintains a hash map of link type values and
    their associated output names.
    jlucovsky committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b6e6cd7 View commit details
    Browse the repository at this point in the history
  2. output/datalink: Use Rust-based linktype hashmap

    Use the hasmap to gather linktype display names.
    
    Issue: 6954
    jlucovsky committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a2bacb0 View commit details
    Browse the repository at this point in the history
  3. output: Add linktype name

    Issue: 6954
    
    This commit adds the linktype name to the output stream. The name is
    determined from the pcap utility function pcap_datalink_val_to_name
    jlucovsky committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    757f249 View commit details
    Browse the repository at this point in the history