aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps.h
diff options
context:
space:
mode:
authorismaelrti <ismael@rti.com>2018-12-03 19:38:40 +0100
committerAnders Broman <a.broman58@gmail.com>2018-12-04 06:06:03 +0000
commit5cf08cd574d57f96a26ce8f0d7a55427155bc444 (patch)
tree352386fe3e4af2cfd4a0facdb072fbd27e02f71a /epan/dissectors/packet-rtps.h
parent13e3063848e1f5cd25f3f6c6f307ee13d5231695 (diff)
RTPS: Added dissection of Support Type Object LB
Added dissection of Support Type Object LB type. Change-Id: I7e654faed4874a87865f1d94a372eb8f00dde412 Reviewed-on: https://code.wireshark.org/review/30903 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtps.h b/epan/dissectors/packet-rtps.h
index 4678b43b1c..7095ba5da7 100644
--- a/epan/dissectors/packet-rtps.h
+++ b/epan/dissectors/packet-rtps.h
@@ -282,6 +282,7 @@ typedef struct _rtps_dissector_data {
#define PID_DATA_TAGS (0x1003)
#define PID_ENDPOINT_SECURITY_INFO (0x1004)
#define PID_PARTICIPANT_SECURITY_INFO (0x1005)
+#define PID_TYPE_OBJECT_LB (0x8021)
/* Vendor-specific: PT */
#define PID_PRISMTECH_WRITER_INFO (0x8001)