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

Wireshark-commits: [Wireshark-commits] master 723bae5: TCPROS - Initial implementation for the Robo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 19 Sep 2015 13:45:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=723bae5eff1054aa7f30beb63872bd14497ab56a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

723bae5 by Guillaume Autran (gautran@xxxxxxxxxxxxxxxxxxxxx):

    TCPROS - Initial implementation for the Robot Operating System TCP protocol
    
    TCPROS is a transport layer for ROS Messages and Services.
    It uses standard TCP/IP sockets for transporting message data.
    Inbound connections are received via a TCP Server Socket with a header containing message data type and routing information.
    For more information, see: http://wiki.ros.org/ROS/TCPROS
    
    Bug: 11404
    Change-Id: If8810dbb2cb6d6522eb035fd0fa1cf49933bad3d
    Reviewed-on: https://code.wireshark.org/review/9807
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d295515   MIPv6: Added support for RFC 7148
    adds  723bae5   TCPROS - Initial implementation for the Robot Operating System TCP protocol


Summary of changes:
 AUTHORS                         |    4 +
 docbook/release-notes.asciidoc  |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-tcpros.c |  504 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 511 insertions(+)
 create mode 100644 epan/dissectors/packet-tcpros.c