aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcp.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-28 03:01:37 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-28 03:01:37 +0000
commitecc2bdd1b935913ef480bb186fbf17548bb74f0b (patch)
treea0b87db42473574061459c5dac9cd4c58c89dcb1 /epan/dissectors/packet-rtcp.c
parent223e0249bda776bc26b285a619700b1c80d58989 (diff)
add missing value_string termination
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15584 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rtcp.c')
-rw-r--r--epan/dissectors/packet-rtcp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtcp.c b/epan/dissectors/packet-rtcp.c
index 9e7e974d16..86df65bfd5 100644
--- a/epan/dissectors/packet-rtcp.c
+++ b/epan/dissectors/packet-rtcp.c
@@ -156,6 +156,7 @@ static const value_string rtcp_xr_type_vals[] =
{ RTCP_XR_DLRR, "DLRR Report Block" },
{ RTCP_XR_STATS_SUMRY, "Statistics Summary Report Block" },
{ RTCP_XR_VOIP_METRCS, "VoIP Metrics Report Block" },
+ { 0, NULL}
};
/* XR VoIP Metrics Block - PLC Algorithms */
@@ -165,6 +166,7 @@ static const value_string rtcp_xr_plc_algo_vals[] =
{ 1, "Disabled" },
{ 2, "Enhanced" },
{ 3, "Standard" },
+ { 0, NULL }
};
/* XR VoIP Metrics Block - JB Adaptive */
@@ -174,6 +176,7 @@ static const value_string rtcp_xr_jb_adaptive_vals[] =
{ 1, "Reserved" },
{ 2, "Non-Adaptive" },
{ 3, "Adaptive" },
+ { 0, NULL }
};
/* XR Stats Summary Block - IP TTL or Hop Limit */
@@ -183,6 +186,7 @@ static const value_string rtcp_xr_ip_ttl_vals[] =
{ 1, "IPv4" },
{ 2, "IPv6" },
{ 3, "Undefined" },
+ { 0, NULL }
};
/* RTCP Application PoC1 Value strings */