aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps.h
diff options
context:
space:
mode:
authorJuanjo Martin <juanjo@rti.com>2015-11-24 18:59:54 +0100
committerMichael Mann <mmann78@netscape.net>2015-11-25 20:15:09 +0000
commitf5404e5f7000988630d275e6631cf04189c9c389 (patch)
tree7c4a1da7a3b4b9c8d2a893904ee6ce8992c2b5bd /epan/dissectors/packet-rtps.h
parentb314342c0043d411912a7aff339d8cdd6ee413aa (diff)
RTPS: feature to add a preference that enables the dissection
of the RTPS special announcements that RTI sends. They just start by RTPX and are sent to the domain 0 always. Bug: 11765 Change-Id: I00b47f1aa1702bb35aeb8c4686c7012fecc94baa Reviewed-on: https://code.wireshark.org/review/12105 Petri-Dish: Michael Mann <mmann78@netscape.net> 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtps.h b/epan/dissectors/packet-rtps.h
index a8fbf5e3ec..77597cb5fb 100644
--- a/epan/dissectors/packet-rtps.h
+++ b/epan/dissectors/packet-rtps.h
@@ -111,6 +111,7 @@ typedef enum {
} RTICdrTypeObjectTypeKind;
#define RTPS_MAGIC_NUMBER 0x52545053 /* RTPS */
+#define RTPX_MAGIC_NUMBER 0x52545058 /* RTPX */
/* Traffic type */
#define PORT_BASE (7400)