URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1788e2c33a631056ae02e6cd8f75bd48696faf35
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1788e2c by Juanjo Martin (juanjo@xxxxxxx):
Added RTI TCP dissector
This dissector shows the information related to the RTI TCP Control
messages used to manage the TCP connections, but also dissects the
RTPS data that is sent on top of RTI TCP. This only happens with
RTI's DDS implementation.
Bug: 11640
Change-Id: I89fcb620256aeed7cae5829b70d92c6868d94929
Reviewed-on: https://code.wireshark.org/review/11305
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 0d20964 debian: Build-depend on qtmultimedia5-dev and libqt5svg5-dev to enable more Qt features
adds 1788e2c Added RTI TCP dissector
Summary of changes:
docbook/release-notes.asciidoc | 2 +
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-rtitcp.c | 968 +++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-rtps.c | 8 +
5 files changed, 980 insertions(+)
create mode 100755 epan/dissectors/packet-rtitcp.c