Skip to content
Snippets Groups Projects
Commit a0084bd7 authored by John Thacker's avatar John Thacker Committed by Gerald Combs
Browse files

RTMPT: Fix infinite loop

The RTMPT dissector when over TCP reuses the TCP sequence numbers, so
it needs to consider wraparound, which can occur both with the
tcp.relative_sequence_numbers preference set to FALSE, or in some
unusual cases (such as a SYN packet with a bogus sequence number so
that later packets overlap its sequence number.)

Change a sequence number comparison to use the wrap around aware
macros from packet-tcp.h Fix #17745.

(cherry picked from commit 32bb2a19)
parent 9cb575be
Branches
Tags
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment