aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps.h
diff options
context:
space:
mode:
authorismaelrti <ismael@rti.com>2019-06-24 13:06:51 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-01 04:17:46 +0000
commitae089f16136389cdec9f8cb90323dee1b47d568a (patch)
tree582bbd917a5caf98f09ed4bf298c7cf946c7d155 /epan/dissectors/packet-rtps.h
parent9d46d828c92bd325bdc46ad5fb179a99cb2e797c (diff)
RTPS: Topic Information feature not working with RTI Connext DDS 6
Default QoS is not sent anymore.Topic Information feature expects the Reliability, Durability and Ownership fields in the discovery Data(w) packet, so it will never be shown in Connext > 6.0.0. Since there is a link to the Data(w) packet, there is no need to show Reliability, Durability and Ownership. Change-Id: Ie23395916e5dc6ea8e13e4de502f0eb811d63814 Reviewed-on: https://code.wireshark.org/review/33727 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rtps.h')
-rw-r--r--epan/dissectors/packet-rtps.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-rtps.h b/epan/dissectors/packet-rtps.h
index 43da84fc2e..93857d9a4e 100644
--- a/epan/dissectors/packet-rtps.h
+++ b/epan/dissectors/packet-rtps.h
@@ -566,10 +566,7 @@ typedef struct _rtps_dissector_data {
#define TOPIC_INFO_ADD_GUID (0x01)
#define TOPIC_INFO_ADD_TYPE_NAME (0x02)
#define TOPIC_INFO_ADD_TOPIC_NAME (0x04)
-#define TOPIC_INFO_ADD_RELIABILITY (0x08)
-#define TOPIC_INFO_ADD_DURABILITY (0x10)
-#define TOPIC_INFO_ADD_OWNERSHIP (0x20)
-#define TOPIC_INFO_ALL_SET (0x3f)
+#define TOPIC_INFO_ALL_SET (0x07)
#define NOT_A_FRAGMENT (-1)