aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps.h
diff options
context:
space:
mode:
authorJuanjo Martin <juanjo@rti.com>2016-08-26 15:41:36 +0200
committerMichael Mann <mmann78@netscape.net>2016-08-26 16:43:30 +0000
commite19c176f7b9120a011f1ea41bbc148a1171c64ac (patch)
treeedda14406ed3a6e6eb3d1ac0b4e25d0c29c9bf73 /epan/dissectors/packet-rtps.h
parentfa320f882258d1c3c56c4d2a52251b369d4ed692 (diff)
RTPS: Added missing parameters
Added the dissection of three parameters. Change-Id: I07e7b655ad7fd3462625c2fb565e41593c62f897 Reviewed-on: https://code.wireshark.org/review/17346 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-rtps.h')
-rw-r--r--epan/dissectors/packet-rtps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtps.h b/epan/dissectors/packet-rtps.h
index 041ac0245c..6648900f3e 100644
--- a/epan/dissectors/packet-rtps.h
+++ b/epan/dissectors/packet-rtps.h
@@ -270,6 +270,7 @@ typedef struct _rtps_dissector_data {
#define PID_ROLE_NAME (0x800a)
#define PID_ACK_KIND (0x800b)
#define PID_PEER_HOST_EPOCH (0x800e)
+#define PID_RELATED_ORIGINAL_WRITER_INFO (0x800f)/* inline QoS */
#define PID_DOMAIN_ID (0x800f)
#define PID_RELATED_READER_GUID (0x8010)/* inline QoS */
#define PID_TRANSPORT_INFO_LIST (0x8010)
@@ -281,6 +282,7 @@ typedef struct _rtps_dissector_data {
#define PID_ENDPOINT_PROPERTY_CHANGE_EPOCH (0x8015)
#define PID_REACHABILITY_LEASE_DURATION (0x8016)
#define PID_VENDOR_BUILTIN_ENDPOINT_SET (0x8017)
+#define PID_ENDPOINT_SECURITY_ATTRIBUTES (0x8018)
#define PID_EXTENDED (0x3f01)
#define PID_LIST_END (0x3f02)