Bug ID |
10459
|
Summary |
RFC3550 RTCP Packets
|
Product |
Wireshark
|
Version |
1.12.0
|
Hardware |
x86-64
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 13047 [details]
RTCP Packet Capture
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
It seems the BlockCount is not being interpreted correctly for RtcpPackets in
all cases.
A Goodbye with no reason should have a LengthInWords of 65535 which would equal
a length of 0 words.
Wireshark seems to like LengthInWordsMinusOne = 1 which would indicate 4 octets
but this is incorrect because LengthInWordsMinusOne includes the RtcpHeader.
When LengthInWordsMinusOne = 1 the packet length should be 2 words long which
is 8 octets.
You are receiving this mail because:
- You are watching all bug changes.