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

dcerpc incomplete/v4 #9276

Closed
wants to merge 3 commits into from
Closed

dcerpc incomplete/v4 #9276

wants to merge 3 commits into from

Commits on Jul 21, 2023

  1. dcerpc: use AppLayerResult::incomplete API

    Instead of own internal mechanism of buffering in case of fragmented
    data, use AppLayerResult::incomplete API to let the AppLayer Parser take
    care of it. This makes the memory use more efficient.
    Remove any unneeded variables and code with the introduction of this
    API.
    
    Ticket 5699
    inashivb committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ac61012 View commit details
    Browse the repository at this point in the history
  2. dcerpc: remove fragmented data tests

    With the introduction of AppLayerResult::incomplete API, fragmented data
    is no longer handled fully in the dcerpc code making the tests about
    such data invalid.
    
    Ticket 5699
    inashivb committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1c10dc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f73811 View commit details
    Browse the repository at this point in the history