aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps.h
diff options
context:
space:
mode:
authorJuanjo Martin <juanjo@rti.com>2017-12-01 12:56:47 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-04 05:53:26 +0000
commit3944f881f4fea1c7e94ed77d5723a41f495c880b (patch)
treed65decd5090145eeb20b41af8faa690fd04ffedb /epan/dissectors/packet-rtps.h
parente5f884c8b0a1af4a84a7f4aeb0b22d033fd1c6fb (diff)
RTPS: Added new PIDs to Security
Change-Id: I91ffb48ac5435d4eb45b60f8083762b2151de2c3 Reviewed-on: https://code.wireshark.org/review/24671 Petri-Dish: Anders Broman <a.broman58@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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtps.h b/epan/dissectors/packet-rtps.h
index c1529ec4b2..cc827cc1c3 100644
--- a/epan/dissectors/packet-rtps.h
+++ b/epan/dissectors/packet-rtps.h
@@ -290,6 +290,8 @@ typedef struct _rtps_dissector_data {
#define PID_IDENTITY_TOKEN (0x1001)
#define PID_PERMISSIONS_TOKEN (0x1002)
#define PID_DATA_TAGS (0x1003)
+#define PID_ENDPOINT_SECURITY_INFO (0x1004)
+#define PID_PARTICIPANT_SECURITY_INFO (0x1005)
/* Vendor-specific: PT */
#define PID_PRISMTECH_WRITER_INFO (0x8001)