TCPROS - Initial implementation for the Robot Operating System TCP protocol
authorGuillaume Autran <gautran@clearpathrobotics.com>
Mon, 27 Jul 2015 15:17:46 +0000 (11:17 -0400)
committerMichael Mann <mmann78@netscape.net>
Sat, 19 Sep 2015 13:45:40 +0000 (13:45 +0000)
commit723bae5eff1054aa7f30beb63872bd14497ab56a
treea84a6540dc8003484b9dade317688a6c182183aa
parentd295515e20373110c6c82cd4ae903513d0bc8763
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@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
AUTHORS
docbook/release-notes.asciidoc
epan/CMakeLists.txt
epan/dissectors/Makefile.common
epan/dissectors/packet-tcpros.c [new file with mode: 0644]