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

Backports 602/b3/v1 #5915

Closed
wants to merge 6 commits into from
Closed

Commits on Feb 24, 2021

  1. dcerpc/udp: remove transmute

    The book defines transmute as "This is really, truly, the most horribly unsafe
    thing you can do in Rust. The guardrails here are dental floss."
    Transmute can result into mind boggling undefined behaviors. Get rid of
    it wherever possible.
    
    (cherry picked from commit 0ca8591)
    inashivb committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    482c7bf View commit details
    Browse the repository at this point in the history
  2. rust/applayer: split EOF flag per direction

    (cherry picked from commit d7a3523)
    inashivb committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    d66a0d3 View commit details
    Browse the repository at this point in the history
  3. dcerpc: add probe function

    (cherry picked from commit 3641f1b)
    inashivb committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    44b6ad2 View commit details
    Browse the repository at this point in the history
  4. dcerpc/udp: improve detection

    Lately, Wireguard proto starting w pattern |04 00| is misdetected as
    DCERPC/UDP which also starts with the same pattern, add more checks
    to make sure that it is the best guess for packet to be dcerpc/udp.
    
    (cherry picked from commit f967a49)
    inashivb committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    5f4f72c View commit details
    Browse the repository at this point in the history
  5. rust/context: add AppLayerParserTriggerRawStreamReassembly

    (cherry picked from commit c77c8e7)
    inashivb committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    bcd9a8d View commit details
    Browse the repository at this point in the history
  6. dcerpc: trigger raw assembly on record completion

    (cherry picked from commit 0ac5c53)
    inashivb committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    c8bf12f View commit details
    Browse the repository at this point in the history