aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps2.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-04-15 17:49:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-04-15 17:49:15 +0000
commit370d198cd04f26c7316753f9d1f3e183fe512bd8 (patch)
treeb00d5dbe1e8468ee97a27a925a809d0e9021a3f4 /epan/dissectors/packet-rtps2.h
parent7b1e97b64ec9dfc90783dc21b3e3dc3c95f291ec (diff)
From Clark Tucker:
RTPS2 dissector update. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4672 svn path=/trunk/; revision=32473
Diffstat (limited to 'epan/dissectors/packet-rtps2.h')
-rw-r--r--epan/dissectors/packet-rtps2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtps2.h b/epan/dissectors/packet-rtps2.h
index c7a9d4391c..38bee43e02 100644
--- a/epan/dissectors/packet-rtps2.h
+++ b/epan/dissectors/packet-rtps2.h
@@ -330,6 +330,8 @@ typedef enum {
#define RTPS_VENDOR_UNKNOWN_STRING "VENDOR_ID_UNKNOWN (0x0000)"
#define RTPS_VENDOR_RTI (0x0101)
#define RTPS_VENDOR_RTI_STRING "Real-Time Innovations, Inc."
+#define RTPS_VENDOR_TOC (0x0106)
+#define RTPS_VENDOR_TOC_STRING "Twin Oaks Computing, Inc."
/* Parameter Liveliness */
#define LIVELINESS_AUTOMATIC (0)