Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9167] Non standard RTPS dissection over TCP

Date: Mon, 16 Dec 2013 10:43:24 +0000

Comment # 3 on bug 9167 from
As a TCP stream can contain multiple RTPS packets, have added functionality
(tcp_dissect_pdus from packet-tcp) to dissect each one individually.

Length of TCP RTPS message is now returned from get_rtps_message_len function
(used by the tcp pdu dissector). Have added vendor specific (PrismTech) code
to return our RTPS message length, other vendors can modify as appropriate.

Diff for .c accidentally includes stdio.h as was using printf for debugging,
should be removed.


You are receiving this mail because:
  • You are watching all bug changes.