ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2727] New: New packet dissector for RTPS & RTPS2

Date: Sat, 19 Jul 2008 11:16:57 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2727

           Summary: New packet dissector for RTPS & RTPS2
           Product: Wireshark
           Version: 1.0.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: fabrizio@xxxxxxx


Created an attachment (id=2048)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2048)
New version of the RTPS packet dissector for RTPS 1.x and 2.x

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
In the last years at RTI we have been working a lot on the RTPS packet
dissector distributed with Wireshark.
The original RTPS (Real-Time Publish/Subscribe) packet dissector was developed
by some students in some University as a collaboration project with our
company, but it hasn't been updated for a long time.

I would like to submit the changes we made to the community.

Here is a summary of changes I made to Wireshark:
- The RTPS packet dissector has been rewritten from scratch to dissect RTPS 1.0
- 1.2 packets (the RTPS packet dissector shipped with wireshark can dissect
only part of RTPS 1.0 packets). Files modified:
    - epan/dissectors/packet-rtps.h
    - epan/dissectors/packet-rtps.c

- Added another packet dissector (rtps2) to dissect RTPS 2.x packets. Files
modified:
    - epan/dissectors/Makefile.common
  Files added:
    - epan/dissectors/packet-rtps2.h
    - epan/dissectors/packet-rtps2.c

I'm going to attach to this bug report the new packet dissector files a soon as
I make sure they build correctly after few changes.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.