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

Pr 8341 and payload len fix/v3 #8404

Closed
wants to merge 5 commits into from

Commits on Jan 18, 2023

  1. decode-udp: Allow shorter UDP packets than the remaining payload length

    If the packet is shorter than IP payload length we no longer flag it as an
    invalid UDP packet. UDP packet can be therefore shorter than IP payload.
    
    Redmine ticket: OISF#5693
    Lukas Sismis authored and inashivb committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    98cf8e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    8a18a76 View commit details
    Browse the repository at this point in the history
  2. decode/udp: fix payload_len calculation

    Fix payload_len calculation post removal of the condition that returned
    error code if the length to the decode fn did not match the length of
    header from the UDP packet.
    
    Bug 5379
    inashivb committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    2d03d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3573877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73c0444 View commit details
    Browse the repository at this point in the history