You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RTPS protocol, during DataPacketField calculation of payload length assume that inlineQos has no data. Which leads to wrong payload length, as result incorrect packet interpretation.
The following PR resolve the issue:
Brief description
In
RTPS
protocol, duringDataPacketField
calculation ofpayload
length assume thatinlineQos
has no data. Which leads to wrongpayload
length, as result incorrect packet interpretation.The following PR resolve the issue:
DataPacket
. #4545Scapy version
6f0faf3
Python version
3.10.12
Operating system
Ubuntu 20.04
Additional environment information
No response
How to reproduce
The following test case able to reproduce the issue.
Actual result
No response
Expected result
No response
Related resources
No response
The text was updated successfully, but these errors were encountered: