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

HTTP: rework state machine #1966

Merged
merged 1 commit into from
May 16, 2023
Merged

HTTP: rework state machine #1966

merged 1 commit into from
May 16, 2023

Commits on May 15, 2023

  1. HTTP: rework state machine

    The goal if to correlate the right request-response pair, exporting
    metadata from only one transaction (for example, the right url & return
    state pair)
    
    As a nice side effect, the code should be much cleaner, but that is a
    matter of taste.
    
    Two differences respect to the previous code:
    * as it happens in the CI, if in the flow there are only one response
    (before) and one request (after), only the metadata of the response are
    saved/exported
    * for performance reasons, we don't call `ndpi_parse_packet_line_info()`
    anymore for ALL packets triggering the HTTP dissector, but only for the
    packets that we already know belong to an HTTP flow. This is the reason
    for the changes in RTSP/SOAP/... code
    IvanNardi committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e80c828 View commit details
    Browse the repository at this point in the history