aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-mpeg-dsmcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mpeg-dsmcc.c b/epan/dissectors/packet-mpeg-dsmcc.c
index 0a1e0617ed..c981d5f079 100644
--- a/epan/dissectors/packet-mpeg-dsmcc.c
+++ b/epan/dissectors/packet-mpeg-dsmcc.c
@@ -518,7 +518,7 @@ static const range_string dsmcc_un_sess_message_discriminator_vals[] = {
{ 0x01, 0x01, "Client and Network" },
{ 0x02, 0x02, "Server and Network" },
{ 0x03, 0x0f, "ISO/IEC 13818-6 Reserved" },
- { 0x04, 0xff, "Invalid"},
+ { 0x10, 0xff, "Invalid"},
{ 0, 0, NULL }
};
@@ -748,7 +748,7 @@ static const range_string dsmcc_un_sess_rsrc_attribute_vals[] = {
{ 0x02, 0x02, "Non-Mandatory Non-Negotiable" },
{ 0x03, 0x03, "Non-Mandatory Negotiable" },
{ 0x04, 0x0f, "Reserved"},
- { 0x05, 0xff, "Invalid"},
+ { 0x10, 0xff, "Invalid"},
{ 0, 0, NULL }
};