aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps.h
diff options
context:
space:
mode:
authorJuanjo Martin <juanjo@rti.com>2017-07-28 15:35:53 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-07-28 16:03:28 +0000
commit04748779e4d5c2aff7b59adba7034bc6cf56d254 (patch)
treefedd2ab46f76e9ffabd4db0c485c33367e50a8bc /epan/dissectors/packet-rtps.h
parentc348f19786fddc4464cef4b507cce18173ad8dbb (diff)
RTPS: Added Secure DDS PID parameter + small fix for endianness
Change-Id: I8d9c53cee9c7eff0f46c61c63bc3a46859ad7577 Reviewed-on: https://code.wireshark.org/review/22832 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rtps.h')
-rw-r--r--epan/dissectors/packet-rtps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtps.h b/epan/dissectors/packet-rtps.h
index 44c5a7daba..d2b7b97a5a 100644
--- a/epan/dissectors/packet-rtps.h
+++ b/epan/dissectors/packet-rtps.h
@@ -283,6 +283,7 @@ typedef struct _rtps_dissector_data {
#define PID_REACHABILITY_LEASE_DURATION (0x8016)
#define PID_VENDOR_BUILTIN_ENDPOINT_SET (0x8017)
#define PID_ENDPOINT_SECURITY_ATTRIBUTES (0x8018)
+#define PID_SAMPLE_SIGNATURE (0x8019)/* inline QoS */
#define PID_EXTENDED (0x3f01)
#define PID_LIST_END (0x3f02)