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

Fix RTCP parsing with SR or multiple RR #4349

Merged
merged 2 commits into from Apr 14, 2024

Conversation

cdleonard
Copy link
Contributor

fixes #4348

By default when parsing these packets parse everything as their
"payload" but they are in fact fixed-size.

Fixes Issue secdev#4348
@cdleonard
Copy link
Contributor Author

CI failure unrelated, here's the message: "Error: getaddrinfo ENOTFOUND cli.codecov.io at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)"

Copy link

codecov bot commented Apr 11, 2024

Codecov Report

Merging #4349 (8300e72) into master (731c4c0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4349   +/-   ##
=======================================
  Coverage   82.12%   82.12%           
=======================================
  Files         350      350           
  Lines       83132    83136    +4     
=======================================
+ Hits        68269    68276    +7     
+ Misses      14863    14860    -3     
Files Coverage Δ
scapy/contrib/rtcp.py 100.00% <100.00%> (+14.28%) ⬆️

... and 5 files with indirect coverage changes

Copy link
Member

@gpotter2 gpotter2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR !

@gpotter2 gpotter2 merged commit 1302042 into secdev:master Apr 14, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect RTCP SR + RR parsing
2 participants