aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-pmt.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-mpeg-pmt.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-mpeg-pmt.c')
-rw-r--r--epan/dissectors/packet-mpeg-pmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpeg-pmt.c b/epan/dissectors/packet-mpeg-pmt.c
index c364ee76df..09980bdc26 100644
--- a/epan/dissectors/packet-mpeg-pmt.c
+++ b/epan/dissectors/packet-mpeg-pmt.c
@@ -115,7 +115,7 @@ static const value_string mpeg_pmt_stream_type_vals[] = {
{ 0xC0, "ETV-AM EISS Signaling" },
{ 0x00, NULL }
};
-static value_string_ext mpeg_pmt_stream_type_vals_ext = VALUE_STRING_EXT_INIT(mpeg_pmt_stream_type_vals);
+value_string_ext mpeg_pmt_stream_type_vals_ext = VALUE_STRING_EXT_INIT(mpeg_pmt_stream_type_vals);
static int
dissect_mpeg_pmt(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)