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 string representation of extended search filters #24

Merged
merged 1 commit into from
Sep 29, 2023

Commits on Sep 28, 2023

  1. Fix string representation of extended search filters

    We want to render search filters similar to e.g., Wireshark. In order to
    calculate a string representation of extended search filter we need to
    output their values in a order which is different from other fields.
    
    This patch fixes this directly, but the bigger issue is probably that
    `DecodedAttributeValue` is a too generic unit and we should have
    lower-level types for constructs like extended search filters which know
    how to render themselves correctly.
    
    Closes #23.
    bbannier committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fd9b772 View commit details
    Browse the repository at this point in the history