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

Add enable/disable guessing using client IP/port #2569

Merged
merged 3 commits into from
Sep 27, 2024

Commits on Sep 23, 2024

  1. Add enable/disable guessing using client IP/port

    Add configurable options for whether to include client port or client IP
    in the flow's protocol guesses. This defaults to include both client
    port/IP if the protocol is not guessed with the server IP/port.
    
    This is intended for when flow direction detection is enabled, so we
    know that sport = client port, dport = server port.
    liwilson1 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d0562a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add test pcaps for new config options

    Add iphone.pcap for disable_use_client_ip
    Add bot.pcap for disable_use_client_port
    liwilson1 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0bdcaa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix unit tests

    IvanNardi committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f632a08 View commit details
    Browse the repository at this point in the history