aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-11-12 22:04:47 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-11-12 22:04:47 +0000
commit72f3c258a04d6323699eb9ebca13e53d2cb5b22e (patch)
tree67e60b803d1868fc657db52d4a808ed923a1bd2c /epan/dissectors/packet-dvbci.c
parent7221215cdca74a587615e4e1ab9d79540bf58043 (diff)
share the text description of service types between MPEG PMT and DVB-CI
svn path=/trunk/; revision=53289
Diffstat (limited to 'epan/dissectors/packet-dvbci.c')
-rw-r--r--epan/dissectors/packet-dvbci.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c
index d2d737d71b..229fac71c4 100644
--- a/epan/dissectors/packet-dvbci.c
+++ b/epan/dissectors/packet-dvbci.c
@@ -45,6 +45,7 @@
#include <epan/asn1.h>
#include <epan/dissectors/packet-dvbci.h>
#include <epan/dissectors/packet-mpeg-descriptor.h>
+#include <epan/dissectors/packet-mpeg-pmt.h>
#include <epan/dissectors/packet-x509af.h>
#include <epan/dissectors/packet-x509ce.h>
@@ -5133,8 +5134,9 @@ proto_register_dvbci(void)
FT_UINT16, BASE_HEX, NULL, 0x0FFF, NULL, HFILL }
},
{ &hf_dvbci_stream_type,
- { "Stream type", "dvb-ci.ca.stream_type",
- FT_UINT8, BASE_HEX, NULL, 0, NULL, HFILL }
+ { "Stream type", "dvb-ci.ca.stream_type", FT_UINT8,
+ BASE_HEX|BASE_EXT_STRING, &mpeg_pmt_stream_type_vals_ext,
+ 0, NULL, HFILL }
},
{ &hf_dvbci_es_pid,
{ "Elementary stream PID", "dvb-ci.ca.elementary_pid",